Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / DeselectAll Method


In This Topic
DeselectAll Method
In This Topic
Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
Syntax
'Declaration
 
Public Sub DeselectAll() 
 
'Usage
 
Dim instance As EditBase
 
instance.DeselectAll()
See Also