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


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