TRVTableItemInfo.CellHSpacing

<< Click to display table of contents >>

TRVTableItemInfo.CellHSpacing

Horizontal spacing between cells.

property CellHSpacing: TRVStyleLength;

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

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

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:

CellVSpacing;

BorderHSpacing;

BorderVSpacing.