Height

Property of IRange

Description

Returns difference between Bottom and Top

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = Range.Height;

==== Visual Basic Script ====

nVal = Range.Height

==== C++ ====

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

===== See Also ===== IRange