Spread WPF 17
GrapeCity.Excel Namespace / GcRect Structure / IsEmpty Property


In This Topic
    IsEmpty Property (GcRect)
    In This Topic
    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