TRVTableItemInfo.CellBorderLightColor

<< Click to display table of contents >>

TRVTableItemInfo.CellBorderLightColor

Defines default "light" color of 3d border for all table cells.

property CellBorderLightColor: TRVColor;

See CellBorderStyle for details. To hide cell borders, set CellBorderWidth = 0.

This table attribute can be saved in HTML only with use of CSS (Cascading Style Sheet).

This value can be overridden with BorderLightColor of cell.

Default value:

rvclBtnHighlight

See also:

▪Undo of assignments to table propeties;

▪Colors and layout of tables (with pictures).

See also properties:

▪CellBorderColor;

▪BorderLightColor;

▪BorderColor.

See also properties of table cell:

▪BorderColor;

▪BorderLightColor.