TRVTableCellData.VisibleBorders

<< Click to display table of contents >>

TRVTableCellData.VisibleBorders

Allows to hide some sides of cell border.

property VisibleBorders: TRVBooleanRect;

A direct assignment to this property cannot be undone/redone by user, use table.SetCellVisibleBorders.

Default value:

True, True, True, True (all sides are visible)

See also properties of table:

VisibleBorders;

CellBorderWidth;

CellBorderColor;

CellBorderLightColor.