Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
Sets or retrieves the alignment of the object relative to the display or table. |
|
Deprecated. Sets or retrieves the background color behind the object. |
|
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
Reference