Gets a value that indicates whether the rectangle is the GrapeCity.Excel.Rect is the GrapeCity.Excel.GcRect.Empty rectangle.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As GcRect
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty {get;}
See Also