IHTMLTable::createTHeadIHTMLTable::createTHead*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTable::createTFoot
*Next Topic: IHTMLTable::deleteCaption

IHTMLTable::createTHead


HRESULT createTHead(
    IDispatch **head 
);

Creates a THead for the table. When a table head already exists, this will return a pointer to it. If a table head doesn't exist, an empty table head is created and the pointer to that is returned.

head
Address of a pointer to an IDispatch interface.

See also deleteTHead


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