Property of IRange
Returns difference between Bottom and Top
Read-Only Property of type long
var nVal = Range.Height;
==== Visual Basic Script ====
nVal = Range.Height
==== C++ ====
long nVal; HRESULT hr = Range.get_Height(&nVal);
===== See Also ===== IRange