rvico TRichView Reference | Item Types | Table

TRVTableItemInfo.CellHSpacing

Top  Previous  Next

Horizontal spacing between cells, pixels.

property CellHSpacing: Integer;

Different values of CellHSpacing and CellVSpacing cannot be saved to HTML. When saving to HTML, <table cellspacing> is saved as (CellVSpacing+CellHSpacing) div 2

Default value:

2

See also:

Undo of assignments to table propeties;
Colors and layout of tables (with pictures).

See also properties:

CellVSpacing;
BorderHSpacing;
BorderVSpacing.


RichView © Sergey Tkachenko