Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ClearSelections Method


In This Topic
    ClearSelections Method
    In This Topic
    Clears all selections.
    Syntax
    'Declaration
     
    
    Public Sub ClearSelections( _
       Optional ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorksheetView
    Dim notifyUI As Boolean
     
    instance.ClearSelections(notifyUI)
    public void ClearSelections( 
       bool notifyUI
    )

    Parameters

    notifyUI
    See Also