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


In This Topic
    MoveActiveCell Field
    In This Topic
    [Enter] Cycle through every cell in a selection, moving from top left to bottom right. [Shift-Enter] Cycle through every cell in a selection, moving from bottom right to top left. [Tab] Move the active cell right one cell when there are multiple cells selected. [Shift-Tab] Move the active cell left one cell when there are multiple cells selected. [Ctrl-.] Cycle through every cell in a selection, moving from top left to bottom right.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveActiveCell As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveActiveCell
    public static readonly SpreadCommand MoveActiveCell
    See Also