RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableAttributes.CellSpacing Property

Specifies the amount of space to leave between cells in the HTML table.

Pascal
property CellSpacing: Integer;
C++
__property int CellSpacing;

Set CellSpacing to specify how many pixels of whitespace should appear between the cells in the table. A value of -1 indicates that the web browser should decide how to separate the cells of the HTML table.

Note: CellSpacing refers to the whitespace between cells in an HTML table, not the thickness of the lines drawn to separate rows and columns.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!