Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_rules Next Topic: IHTMLTable::get_tFoot |
IHTMLTable::get_tBodies
HRESULT get_tBodies( IHTMLElementCollection **p );Returns an IHTMLTableSection pointer to all the table bodies in this table. The length of this collection is the count of bodies returned.
- 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.