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


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