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

IHTMLTableRowMetrics::get_clientWidth Method


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.

Syntax

HRESULT get_clientWidth(
    long *p
);

Parameters

p
Address of a long variable returning the width 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.