tHead property
Syntax
HRESULT value = object.get_tHead(IHTMLTableSection** p);
Property values
Type: Object
Address of a pointer to an IHTMLTableSection interface for the head section of the table.Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
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.
Show: