Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / BaseSheetDataModel Class / IsEmpty Method
Example


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

    Return Value

    true if the model has no data; false otherwise
    Remarks
    To check if the cell contents are editable, use the IsEditable method.
    Example
    This example checks to see if the contents are empty for a cell in a specified row and column.
    See Also