Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSelectionModel Class / ClearSelection Method


In This Topic
    ClearSelection Method (DefaultSheetSelectionModel)
    In This Topic
    Removes the selection.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ClearSelection() 
    'Usage
     
    
    Dim instance As DefaultSheetSelectionModel
     
    instance.ClearSelection()
    public override void ClearSelection()
    See Also