cellPadding property

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

Sets or retrieves the amount of space between the border of the cell and the content of the cell.

HTML 4.01 Specification, Section 11.3.3

Syntax

HRESULT value = object.put_cellPadding(VARIANT v);HRESULT value = object.get_cellPadding(VARIANT* p);

Property values

Type: VARIANT

padding

Integer that specifies the amount of space between the border and the content, 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::cellSpacing

 

 

Build date: 6/12/2012