Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_tFoot Next Topic: IHTMLTable::get_width |
IHTMLTable::get_tHead
HRESULT get_tHead( IHTMLTableSection **p );Returns an IHTMLTableSection pointer to the head section of a table. It returns NULL if there isn't one. If multiple table heads are listed in an HTML document, only the first one is treated as the head 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_tFoot
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.