IHTMLTableRow3 interface

This interface provides access to additional table row properties.

Members

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

  • Properties

Properties

The IHTMLTableRow3 interface has these properties.

Property Description

ch

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

chOff

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

 

Remarks

This interface extends the IHTMLTableRow2 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

Reference

IHTMLTableRow

IHTMLTableRow2