IHTMLTableCell3 interface

Provides access to additional properties for table cells. This interface extends the IHTMLTableCell2 interface.

Members

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

  • Properties

Properties

The IHTMLTableCell3 interface has these properties.

Property Description

ch

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

chOff

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