Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_borderColorLight Next Topic: IHTMLTable::get_cellPadding |
IHTMLTable::get_caption
HRESULT get_caption( IHTMLTableCaption **p );Returns an IHTMLTableCaption pointer to the first caption in the table. If the table does not contain a caption, NULL is returned.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLTableCaption interface of the element.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.