IHTMLTableCell::get_rowSpanIHTMLTableCell::get_rowSpan*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTableCell::get_noWrap
*Next Topic: IHTMLTableCell::get_vAlign

IHTMLTableCell::get_rowSpan


HRESULT get_rowSpan(
    long *p 
);

Retrieves how many rows in a TABLE this cell spans.

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

See also put_rowSpan

Up Top of Page


IHTMLTableCell::put_rowSpan


HRESULT put_rowSpan(
    long v 
);

Sets how many rows in a TABLE this cell should span.

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

See also get_rowSpan


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