Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::createTHead Next Topic: IHTMLTable::deleteRow |
IHTMLTable::deleteCaption
HRESULT deleteCaption( void );Deletes the caption from a table. If there are multiple captions in the table, this method deletes the first caption and all its contents from the table.
- Returns S_OK if successful, or an error value otherwise.
See also createCaption
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.