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


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