cellSpacing property

String get cellSpacing

While you should instead use the CSS property, the obsolete HTMLTableElement interface's cellSpacing property represents the spacing around the individual th and td elements representing a table's cells. Any two cells are separated by the sum of the cellSpacing of each of the two cells.

Implementation

external String get cellSpacing;
set cellSpacing (String value)

Implementation

external set cellSpacing(String value);