Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::createTFoot Next Topic: IHTMLTable::deleteCaption |
IHTMLTable::createTHead
HRESULT createTHead( IDispatch **head );Creates a THead for the table. When a table head already exists, this will return a pointer to it. If a table head doesn't exist, an empty table head is created and the pointer to that is returned.
- Returns S_OK if successful, or an error value otherwise.
- head
- Address of a pointer to an IDispatch interface.
See also deleteTHead
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.