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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer receiving the number of rows spanned.
See also put_rowSpan
IHTMLTableCell::put_rowSpan
HRESULT put_rowSpan( long v );Sets how many rows in a TABLE this cell should span.
- Returns S_OK if successful, or an error value otherwise.
- v
- Long integer value specifying the number of rows to span.
See also get_rowSpan
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.