Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_tBodies Next Topic: IHTMLTable::get_tHead |
IHTMLTable::get_tFoot
HRESULT get_tFoot( IHTMLTableSection **p );Returns an IHTMLTableSection pointer to the foot section of a table. It returns NULL if there isn't one. If multiple table foots are listed in an HTML document, only the first one is treated as the foot of the table.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLTableSection interface of the table.
See also get_tHead
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.