clientHeight property
Retrieves the height of the object including padding, but not including margin, border, or scroll bar.
Syntax
HRESULT value = object.get_clientHeight(* p);
Property values
Type: long
the height of the object, in pixels.
See also
Measuring Element Dimension and Location with CSSOM in Internet Explorer 9