Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::createCaption Next Topic: IHTMLTable::createTHead |
IHTMLTable::createTFoot
HRESULT createTFoot( IDispatch **foot );Creates a TFoot for the table. If a table foot already exists, this returns a pointer to it. Otherwise, an empty foot is created and added to a table, and a pointer to the empty foot is returned.
- Returns S_OK if successful, or an error value otherwise.
- foot
- Address of a pointer to an IDispatch interface.
See also deleteTFoot
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.