IHTMLTableCell2 interface
This interface provides access to additional properties for table cells.
Members
The IHTMLTableCell2 interface inherits from the IDispatch interface. IHTMLTableCell2 also has these types of members:
Properties
The IHTMLTableCell2 interface has these properties.
| Property | Description |
|---|---|
|
Sets or retrieves abbreviated text for the object. | |
|
Sets or retrieves a comma-delimited list of conceptual categories associated with the object. | |
|
Sets or retrieves a value that you can use to implement your own IHTMLTableCell2::ch functionality for the object. | |
|
Sets or retrieves a value that you can use to implement your own IHTMLTableCell2::chOff functionality for the object. | |
|
Sets or retrieves a list of header cells that provide information for the object. | |
|
Sets or retrieves the group of cells in a table to which the object's information applies. |
Remarks
This interface can be used for rendering to non-visual media such as speech or Braille.
The interface extends the IHTMLTableCell interface.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also