TRVTableItemInfo.CellVSpacing

<< Click to display table of contents >>

TRVTableItemInfo.CellVSpacing

Vertical spacing between cells.

property CellVSpacing: TRVStyleLength;

This value is measured in Units of the linked TRVStyle component.

This value can be negative. For example, you can assign CellVSpacing=-CellBorderWidth to collapse cell borders vertically.

Default value:

2

Note: this default value assumes that RVStyle.Units=rvstuPixels, otherwise it could be too small.

See also:

Undo of assignments to table propeties;

Colors and layout of tables (with pictures).

See also properties:

CellHSpacing;

BorderHSpacing;

BorderVSpacing.