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


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