Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / MoveUpByScreen Field


In This Topic
    MoveUpByScreen Field
    In This Topic
    [PgUp] Moves current selection one screen above the active selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveUpByScreen As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveUpByScreen
    public static readonly SpreadCommand MoveUpByScreen
    See Also