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