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


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