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


In This Topic
    Backspace Field
    In This Topic
    [Backspace] Enters cell edit mode with empty text in the cell.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Backspace As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.Backspace
    public static readonly SpreadCommand Backspace
    See Also