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


In This Topic
    MoveDown Field
    In This Topic
    [Down] Moves current selection one cell below the active selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MoveDown As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.MoveDown
    public static readonly SpreadCommand MoveDown
    See Also