IHTMLTable::get_cellSpacingIHTMLTable::get_cellSpacing*
*



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.

p
Address of a VARIANT structure that receives the cell spacing.

See also put_cellSpacing

Up Top of Page


IHTMLTable::put_cellSpacing


HRESULT put_cellSpacing(
    VARIANT v 
);

Sets the amount of space between cells in a table.

v
VARIANT structure containing either a string or value specifying the cell spacing.

See also get_cellSpacing


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.