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


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