IHTMLTableCell::get_colSpanIHTMLTableCell::get_colSpan*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTableCell::get_cellIndex
*Next Topic: IHTMLTableCell::get_height

IHTMLTableCell::get_colSpan


HRESULT get_colSpan( 
    long *p 
);

Retrieves how many columns in the TABLE this cell spans.

p
Address of a long integer receiving the number of columns spanned.

See also put_colSpan

Up Top of Page


IHTMLTableCell::put_colSpan


HRESULT put_colSpan( 
    long v 
);

Sets how many columns in the TABLE this cell should span.

v
Long integer value specifying the number of columns to span.

See also get_colSpan


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