IHTMLTableRow4 interface

Provides access to additional table row properties and methods. This interface extends the IHTMLTableRow3 interface.

Members

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

  • Methods
  • Properties

Methods

The IHTMLTableRow4 interface has these methods.

Method Description
deleteCell

Removes the specified cell (td) from the table row, as well as from the cells collection.

insertCell

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

 

Properties

The IHTMLTableRow4 interface has these properties.

Property Description

ch

Sets or retrieves a value that you can use to implement your own IHTMLTableRow4::ch functionality for the object.

chOff

Sets or retrieves a value that you can use to implement your own IHTMLTableRow4::chOff functionality for the object.

 

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