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


In This Topic
    MoveLastCellLeft Field
    In This Topic
    [Ctrl + Left] Moves current selection to the previous non empty column in row data cell;
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveLastCellLeft As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveLastCellLeft
    public static readonly SpreadCommand MoveLastCellLeft
    See Also