cellSpacing property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the amount of space between cells in a table.

HTML 4.01 Specification, Section 11.3.3

Syntax

HRESULT value = object.put_cellSpacing(VARIANT v);HRESULT value = object.get_cellSpacing(VARIANT* p);

Property values

Type: VARIANT

spacing

Integer that specifies the amount of space between cells, in pixels.

percentage

Integer, followed by a %. The value is a percentage of the available amount of space between the border and the content.

Standards information

See also

IHTMLTable::cellPadding

 

 

Build date: 6/12/2012