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


In This Topic
    MoveUpDataEdge Field
    In This Topic
    [Ctrl-Up] If the active cell is empty, Spread will stop on the first non-empty cell above the active cell. If the active cell is non-empty, Spread will stop on the last non-empty cell above the active cell.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveUpDataEdge As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveUpDataEdge
    public static readonly SpreadCommand MoveUpDataEdge
    See Also