IHTMLTableSection interface

This interface designates rows as the body of the table.

Members

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

  • Methods
  • Properties

Methods

The IHTMLTableSection 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 IHTMLTableSection interface has these properties.

Property Description

align

Sets or retrieves the alignment of the object relative to the display or table.

bgColor

Deprecated. Sets or retrieves the background color behind the object.

vAlign

Sets or retrieves how text and other content are vertically aligned within the object that contains them.

 

Remarks

The IHTMLTableSection element is exposed for all tables, even if the table does not explicitly define a tBody element.

The tBody element is a block element.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

IHTMLTableSection2

IHTMLTableSection3