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


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