This topic has not yet been rated - Rate this topic

cellPadding property

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( v);HRESULT value = object.get_cellPadding(* 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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.