Spread WinForms 15
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)

Parameters

notifyUI
See Also