====== IsEmpty ======
Property of [[:scripting:api:range:overview|IRange]]
===== Description =====
Check if range is empty (Height and Width equals 0)
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]**
===== Syntax =====
==== JavaScript ====
var bVal = Range.IsEmpty;
==== Visual Basic Script ====
bVal = Range.IsEmpty
==== C++ ====
VARIANT_BOOL bVal;
HRESULT hr = Range.get_IsEmpty(&bVal);
===== See Also =====
[[:scripting:api:range:overview|IRange]]
~~NOTOC~~