Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the amount of space between cells in a table.
Syntax
HRESULT get_cellSpacing( VARIANT *p );
Parameters
- p
- Address of a VARIANT structure that receives the cell spacing.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_cellSpacing
Sets the amount of space between cells in a table.
Syntax
HRESULT put_cellSpacing( VARIANT v );
Parameters
- v
- VARIANT structure containing either a string or value specifying the cell spacing.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_cellSpacing, IHTMLTable
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.