Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / IsEmpty Property


In This Topic
    IsEmpty Property (WorksheetReference)
    In This Topic
    Gets a value indicating whether this value is empty.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As WorksheetReference
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}

    Property Value

    true if this value is empty; otherwise, false.
    See Also