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


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