Spread for ASP.NET 11 Product Documentation
ClearSelection Method (ISheetSelectionModel)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetSelectionModel Interface : ClearSelection Method
Removes the selection.
Syntax
'Declaration
 
Sub ClearSelection() 
'Usage
 
Dim instance As ISheetSelectionModel
 
instance.ClearSelection()
void ClearSelection()
Example
FarPoint.Web.Spread.Model.ISheetSelectionModel iss;
iss = (FarPoint.Web.Spread.Model.ISheetSelectionModel)FpSpread1.ActiveSheetView.SelectionModel;
iss.ClearSelection();
Dim iss As FarPoint.Web.Spread.Model.ISheetSelectionModel
iss = FpSpread1.ActiveSheetView.SelectionModel
iss.ClearSelection()
See Also

Reference

ISheetSelectionModel Interface
ISheetSelectionModel Members