This topic has not yet been rated - Rate this topic

createTHead method

Creates an empty tHead element in the table.

Document Object Model (DOM) Level 2 HTML Specification, Section 1.6.5

Syntax


 retVal = object.createTHead();

Parameters

This method has no parameters.

Standards information

Remarks

If a tHead already exists, IHTMLTable::createTHead returns the existing element. Otherwise, it returns a pointer to the element created.

See also

Reference
IHTMLTable::createCaption
IHTMLTable::createTFoot
IHTMLTable::deleteCaption
IHTMLTable::deleteTFoot
IHTMLTable::deleteTHead

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.