IHTMLTable::get_colsIHTMLTable::get_cols*
*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.

p
Address of a long integer that receives the number of columns.

See also put_cols

Up Top of Page


IHTMLTable::put_cols


HRESULT put_cols(
    long v 
);

Sets the number of columns in the table.

v
Long integer value specifying the number of columns.

Providing this number can speed up the processing of the table.

See also get_cols


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