IsEmpty

Property of IRange

Description

Check if range is empty (Height and Width equals 0)

Property type

Read-Only Property of type 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

IRange