Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetSelectionModel Interface / ClearSelection Method
Example


In This Topic
    ClearSelection Method (ISheetSelectionModel)
    In This Topic
    Removes the selection.
    Syntax
    'Declaration
     
    
    Sub ClearSelection() 
    'Usage
     
    
    Dim instance As ISheetSelectionModel
     
    instance.ClearSelection()
    void ClearSelection()
    Example
    See Also