IHTMLTable::get_cellPaddingIHTMLTable::get_cellPadding*
*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.

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

See also put_cellPadding

Up Top of Page


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.

v
VARIANT structure that contains either a string or value specifying the cell padding.

See also get_cellPadding


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