Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_caption Next Topic: IHTMLTable::get_cellSpacing |
IHTMLTable::get_cellPadding
HRESULT get_cellPadding( VARIANT *p );Retrieves the amount of space between the border of the cell and the contents of the cell.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the cell padding.
See also put_cellPadding
IHTMLTable::put_cellPadding
HRESULT put_cellPadding( VARIANT v );Sets the amount of space between the border of the cell and the contents of the cell.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains either a string or value specifying the cell padding.
See also get_cellPadding
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.