IHTMLTable::rows Property
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.
Syntax
HRESULT IHTMLTable::get_rows(IHTMLElementCollection **p);
Parameters
- p
Address of a pointer to a variable of type IHTMLElementCollection interface that receives the collection of rows.
Return Value
Returns S_OK if successful, or an error value otherwise.