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.
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.