IHTMLTable::get_rowsIHTMLTable::get_rows*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTable::get_readyState
*Next Topic: IHTMLTable::get_rules

IHTMLTable::get_rows


HRESULT get_rows( 
    IHTMLElementCollection **p 
);

Retrieves a collection of all rows in the table. This is a collection of all the TR elements defined in the THEAD, TBODY, and TFOOT elements of the table.

p
Address of a pointer to the IHTMLElementCollection interface of the table.


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