Spread Windows Forms 12.0 Product Documentation
DeselectAll Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : DeselectAll Method
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()
public void DeselectAll()
See Also

Reference

EditBase Class
EditBase Members
SelectAll Method