IHTMLTable::createCaptionIHTMLTable::createCaption*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTable
*Next Topic: IHTMLTable::createTFoot

IHTMLTable::createCaption


HRESULT createCaption( 
    IHTMLTableCaption **caption 
);

Creates a table caption. If no caption exists, this creates an empty table caption and adds it to the table, and returns a pointer to it. If captions already exist, this method returns a pointer to the first one in the list.

caption
Address of a pointer to a variable of IHTMLTableCaption type.

See also deleteCaption


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.