HTMLTableElement.CellSpacing Property |
Gets or sets the horizontal and vertical separation between cells.
[VBScript] Public Property CellSpacing As String
[JScript] public function get CellSpacing() : String; public function set CellSpacing(String);
A value representing the horizontal and vertical separation between cells.
HTMLTableElement Object | HTMLTableElement Members | DOM Namespace