IHTMLTable4 interface

Provides access to table and table cell data. This interface extends the IHTMLTable3 interface.

Members

The IHTMLTable4 interface inherits from the IDispatch interface. IHTMLTable4 also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLTable4 interface has these methods.

Method Description
createTBody

Creates an empty tBody element in the table.

deleteRow

Removes the specified row (tr) from the element and from the rows collection.

insertRow

Creates a new row (tr) in the table, and adds the row to the rows collection.

 

Properties

The IHTMLTable4 interface has these properties.

Property Description

caption

Retrieves the caption object of a table.

tFoot

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

tHead

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

 

Remarks

You can use the interface to render to non-visual media, such as speech or Braille.

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch