Retrieves the height of the table, in pixels.
Syntax
HRESULT get_height( VARIANT *p );
Parameters
- p
- Address of a VARIANT structure that receives the height.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
If the value of the corresponding HTML attribute was set using a percentage, this property specifies the height, in pixels, represented by that percentage.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Sets the height of the table, in pixels.
Syntax
HRESULT put_height( VARIANT v );
Parameters
- v
- VARIANT structure that contains the value that specifies the height.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
If the value of the corresponding HTML attribute was set using a percentage, this property specifies the height, in pixels, represented by that percentage.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0