Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupFooterSupport Interface / IsEmpty Method


In This Topic
    IsEmpty Method (IGroupFooterSupport)
    In This Topic
    Determines whether the model is empty of data.
    Syntax
    'Declaration
     
    
    Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As IGroupFooterSupport
    Dim value As Boolean
     
    value = instance.IsEmpty()
    bool IsEmpty()

    Return Value

    True if the cell has no data; otherwise, false
    See Also