====== IsNormalized ======
Property of [[:scripting:api:range:overview|IRange]]
===== Description =====
Check if range is normalized (TopLeft point less or equal to BottomRight)
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|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 =====
[[:scripting:api:range:overview|IRange]]
~~NOTOC~~