====== Height ======
Property of [[:scripting:api:range:overview|IRange]]
===== Description =====
Returns difference between Bottom and Top
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var nVal = Range.Height;
==== Visual Basic Script ====
nVal = Range.Height
==== C++ ====
long nVal;
HRESULT hr = Range.get_Height(&nVal);
===== See Also =====
[[:scripting:api:range:overview|IRange]]
~~NOTOC~~