IHTMLTableSection4 interface

Provides access to additional properties and methods for table sections. This interface extends the IHTMLTableSection3 interface.

Members

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

  • Methods
  • Properties

Methods

The IHTMLTableSection4 interface has these methods.

Method Description
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 IHTMLTableSection4 interface has these properties.

Property Description

ch

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

chOff

Sets or retrieves a value that you can use to implement your own IHTMLTableSection4::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