Spread for ASP.NET 12 Product Documentation
IsEmpty Method (ISheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetDataModel Interface : IsEmpty Method
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

Reference

ISheetDataModel Interface
ISheetDataModel Members