[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand

ICellTypeCommand Interface

Define the command of a celltype can excecute when input special key

Namespace: GrapeCity.Wpf.SpreadSheet.CellType
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public interface ICellTypeCommand
Public Interface ICellTypeCommand

Methods

Name Description
CanExecute(CellTypeCommandParameter)

Defines the method that determines whether the command can execute in its current state.

Execute(CellTypeCommandParameter)

Defines the method to be called when the command is invoked.