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

IHTMLTableRow2::get_height Method


Retrieves the value of the cascading style sheets (CSS) height attribute for the table row.

Syntax

HRESULT get_height( 
    VARIANT *p 
);

Parameters

p
Address of a variable that receives the height. This parameter receives NULL if the attribute is not set.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLTableRow2::put_height Method


Sets the value of the cascading style sheets (CSS) height attribute for the table row. The attribute determines the row's height.

Syntax

HRESULT put_height(
    VARIANT v 
);

Parameters

v
String that specifies the height, which consists of a floating-point number and a units designator. Set this parameter to NULL to remove the attribute.

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.