Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

tHead property

Retrieves the tHead object of the table.

Syntax

JavaScript

p = object.tHead

 

Property values

Type: Object

Object that receives the tHead object.Address of a pointer to an IHTMLTableSection interface for the head section of the table.

Standards information

Remarks

If the table doesn't have a head section, the value for the property is null.

If multiple table heads are listed in on a document, only the first one is treated as the head of the table.

Examples

This example sets the color of the tHead object to blue.


document.all.myTable.tHead.style.color = "blue" 

See also

table

 

 

Show:
© 2017 Microsoft