Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / DeselectAll Method


In This Topic
    DeselectAll Method (EditBase)
    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()
    public void DeselectAll()
    See Also