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


In This Topic
    SelectActiveCell Field
    In This Topic
    [Shift+Backspace] When multiple cells are selected, this shortcut will leave only the active cell selected.
    Syntax
    'Declaration
     
    Public Shared ReadOnly SelectActiveCell As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.SelectActiveCell
    public static readonly SpreadCommand SelectActiveCell
    See Also