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);

Property Value

A value representing the horizontal and vertical space between cell content and cell borders.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace