scripting:api:range:is-normalized

IsNormalized

Property of IRange

Check if range is normalized (TopLeft point less or equal to BottomRight)

Read-Only Property of type VARIANT_BOOL

var bVal = Range.IsNormalized;

==== Visual Basic Script ====

bVal = Range.IsNormalized

==== C++ ====

VARIANT_BOOL bVal;
HRESULT hr = Range.get_IsNormalized(&bVal);

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