Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_cellSpacing Next Topic: IHTMLTable::get_dataPageSize |
IHTMLTable::get_cols
HRESULT get_cols( long *p );Retrieves the number of columns in the table.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer that receives the number of columns.
See also put_cols
IHTMLTable::put_cols
HRESULT put_cols( long v );Sets the number of columns in the table.
- Returns S_OK if successful, or an error value otherwise.
- v
- Long integer value specifying the number of columns.
Providing this number can speed up the processing of the table.
See also get_cols
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.