scripting:api:range:height

Height

Property of IRange

Returns difference between Bottom and Top

Read-Only Property of type long

var nVal = Range.Height;
nVal = Range.Height
long nVal;
HRESULT hr = Range.get_Height(&nVal);