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


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