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


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