Click to return to the Reusing Browser Technology home page    
IHTMLTableRow2::get_heigh...     IHTMLTableRowMetrics::get...     IHTMLTableRowMetrics Inte...    
Web Workshop  |  Reusing Browser Technology

IHTMLTableRowMetrics Interface


The IHTMLTableRowMetrics interface provides the ability to programmatically access the properties and methods common to all element objects.

IHTMLTableRowMetrics Methods

get_clientHeight Retrieves the height property of the table row, in pixels. This height does not take into account any margin, border, scroll bar, or padding that might have been applied to the table row.
get_clientLeft Retrieves the left property of the client area, in pixels, inside this row's borders.
get_clientTop Retrieves the top property of the client area, in pixels, relative to this row's borders.
get_clientWidth Retrieves the width property of the row, in pixels. This width does not take into account any margin, border, scroll bar, or padding that might have been applied to the table row.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 5
Minimum operating systems Windows 95, Windows NT 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.