This topic has not yet been rated - Rate this topic

tHead property

Retrieves an IHTMLTableSection pointer to the head section of a table.

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

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.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.