Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / LineLeft Method


In This Topic
    LineLeft Method
    In This Topic
    Scrolls the contents of the control to the left by one line.
    Syntax
    'Declaration
     
    Public Sub LineLeft() 
    'Usage
     
    Dim instance As GcTextBox
     
    instance.LineLeft()
    public void LineLeft()
    See Also