Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ClearSelection Method


In This Topic
    ClearSelection Method (SheetView)
    In This Topic
    Removes all selections from this sheet.
    Syntax
    'Declaration
     
    
    Public Sub ClearSelection() 
    'Usage
     
    
    Dim instance As SheetView
     
    instance.ClearSelection()
    public void ClearSelection()
    See Also