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


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