tFoot property

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

Syntax

HRESULT value = object.get_tFoot(IHTMLTableSection** p);

Property values

Type: Object

Address of a pointer to an IHTMLTableSection interface for the foot section of the table.

Standards information

Remarks

If the table doesn't have a foot section, the value for the property is NULL.

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