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


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