Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / BaseSheetSelectionModel Class / ClearSelection Method
Example


In This Topic
    ClearSelection Method (BaseSheetSelectionModel)
    In This Topic
    Removes all of the selections from the sheet so that cells are no longer selected.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClearSelection() 
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
     
    instance.ClearSelection()
    public virtual void ClearSelection()
    Example
    This example clears the selections from the model.
    See Also