cellSpacing property
Sets or retrieves the amount of space between cells in a table.
![]() |
Syntax
HRESULT value = object.put_cellSpacing( v);HRESULT value = object.get_cellSpacing(* p);
Property values
Type: VARIANT
-
Integer that specifies the amount of space between cells, in pixels.
-
Integer, followed by a %. The value is a percentage of the available amount of space between the border and the content.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 11.3.3
See also
Show:
