Spread for ASP.NET 11 Product Documentation
IsEmpty Method (DefaultSheetSelectionModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetSelectionModel Class : IsEmpty Method
Determines whether the model has no selections.
Syntax
'Declaration
 
Public Overrides Function IsEmpty() As Boolean
'Usage
 
Dim instance As DefaultSheetSelectionModel
Dim value As Boolean
 
value = instance.IsEmpty()
public override bool IsEmpty()

Return Value

true if the model has no selections of cells; false otherwise
See Also

Reference

DefaultSheetSelectionModel Class
DefaultSheetSelectionModel Members