Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::deleteRow Next Topic: IHTMLTable::deleteTHead |
IHTMLTable::deleteTFoot
HRESULT deleteTFoot( void );Deletes a TFoot from the table. If there is a foot, this removes it and all its contents from the table. If multiple TFoots are defined, the next one in source order is promoted as the TFoot of the table.
- Returns S_OK if successful, or an error value otherwise.
See also createTFoot
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.