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

IHTMLTableRowMetrics::get_clientHeight Method


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.

Syntax

HRESULT get_clientHeight(
    long *p
);

Parameters

p
Address of a long variable returning the height property of the table row.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.