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