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


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