IHTMLTable::createTFootIHTMLTable::createTFoot*
*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.

foot
Address of a pointer to an IDispatch interface.

See also deleteTFoot


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