Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INotifySelectionChanged Interface / ClearSelection Method


In This Topic
    ClearSelection Method (INotifySelectionChanged)
    In This Topic
    Removes the selection.
    Syntax
    'Declaration
     
    
    Function ClearSelection() As Boolean
    'Usage
     
    
    Dim instance As INotifySelectionChanged
    Dim value As Boolean
     
    value = instance.ClearSelection()
    bool ClearSelection()
    See Also