Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellTypeBase Class / CancelCommand Field


In This Topic
    CancelCommand Field
    In This Topic
    Editing is stopped but the old value is kept
    Syntax
    'Declaration
     
    Public Shared ReadOnly CancelCommand As CellEditCommand
    'Usage
     
    Dim value As CellEditCommand
     
    value = CellTypeBase.CancelCommand
    public static readonly CellEditCommand CancelCommand
    See Also