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


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