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


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