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


In This Topic
    CancelEditing Field
    In This Topic
    [Esc] Pressing the escape key while editing a cell aborts the operation and leaves the cell in it's original state.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CancelEditing As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.CancelEditing
    public static readonly SpreadCommand CancelEditing
    See Also