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