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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElementCollection interface of the table.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.