Retrieves the height property of the table row, in pixels. This height does not take into account any margin, border, scroll bar, or padding that might have been applied to the table row.
Syntax
HRESULT get_clientHeight( long *p );
Parameters
- p
- Address of a long variable returning the height property of the table row.
Return Value
Returns S_OK if successful, or an error code otherwise.