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


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