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


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

    Return Value

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