IHTMLTableRowMetrics interface
This interface enables you to programmatically access the properties and methods common to all element objects.
Members
The IHTMLTableRowMetrics interface inherits from the IDispatch interface. IHTMLTableRowMetrics also has these types of members:
- Properties
Properties
The IHTMLTableRowMetrics interface has these properties.
Property | Description |
---|---|
Retrieves the height of the object including padding, but not including margin, border, or scroll bar. |
|
Retrieves the distance between the IHTMLElement::offsetLeft property and the true left side of the client area. |
|
Retrieves the distance between the IHTMLElement::offsetTop property and the true top of the client area. |
|
Retrieves the width of the object including padding, but not including margin, border, or scroll bar. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |