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


In This Topic
    MoveRightByScreen Field
    In This Topic
    [Alt-PgDn] Moves current selection one screen to the right of the active selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveRightByScreen As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveRightByScreen
    public static readonly SpreadCommand MoveRightByScreen
    See Also