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

Properties

The IHTMLTableCell2 interface has these properties.

Property Description

abbr

Sets or retrieves abbreviated text for the object.

axis

Sets or retrieves a comma-delimited list of conceptual categories associated with the object.

ch

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

chOff

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

headers

Sets or retrieves a list of header cells that provide information for the object.

scope

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

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

IHTMLTableCell