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


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