cellPadding property
Sets or retrieves the amount of space between the border of the cell and the content of the cell.
![]() |
Syntax
HRESULT value = object.put_cellPadding( v);HRESULT value = object.get_cellPadding(* p);
Property values
Type: VARIANT
-
Integer that specifies the amount of space between the border and the content, 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:
