Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICompositeExtendData Interface / IsEmpty Method


In This Topic
    IsEmpty Method (ICompositeExtendData)
    In This Topic
    Determines whether this instance is empty.
    Syntax
    'Declaration
     
    
    Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As ICompositeExtendData
    Dim value As Boolean
     
    value = instance.IsEmpty()
    bool IsEmpty()

    Return Value

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