Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_frame Next Topic: IHTMLTable::get_onreadystatechange |
IHTMLTable::get_height
HRESULT get_height( VARIANT *p );Retrieves the height of the table, in pixels.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that receives the height.
If the value of the corresponding HTML attribute was set using a percentage, this property specifies the height, in pixels, represented by that percentage.
See also put_height
IHTMLTable::put_height
HRESULT put_height( VARIANT v );Sets the height of the table, in pixels.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the value specifying the height.
If the value of the corresponding HTML attribute was set using a percentage, this property specifies the height in pixels represented by that percentage.
See also get_height
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.