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


In This Topic
    ExtendOneCellLeftSelection Field
    In This Topic
    [Shift-Left] Extend the entire left edge of the current selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ExtendOneCellLeftSelection As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.ExtendOneCellLeftSelection
    public static readonly SpreadCommand ExtendOneCellLeftSelection
    See Also