IHTMLTable::deleteTHeadIHTMLTable::deleteTHead*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTable::deleteTFoot
*Next Topic: IHTMLTable::get_align

IHTMLTable::deleteTHead


HRESULT deleteTHead(
    void 
);

Deletes a THead from the table. If there is a head, this method removes it and all its contents from the table. If other THeads had been defined, the next one in source order is now promoted to the THead of the table.

See also createTHead


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