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


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