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


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