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


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