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


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