Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / SelectAll Method


In This Topic
    SelectAll Method (GeneralEditor)
    In This Topic
    Selects the entire contents of the control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SelectAll() 
    'Usage
     
    
    Dim instance As GeneralEditor
     
    instance.SelectAll()
    public virtual void SelectAll()
    See Also