IsNormalized
Property of IRange
Description
Check if range is normalized (TopLeft point less or equal to BottomRight)
Property type
Read-Only Property of type VARIANT_BOOL
Syntax
JavaScript
var bVal = Range.IsNormalized;
==== Visual Basic Script ====
bVal = Range.IsNormalized
==== C++ ====
VARIANT_BOOL bVal; HRESULT hr = Range.get_IsNormalized(&bVal);
===== See Also ===== IRange