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


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