[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand.CanExecute

CanExecute Method

CanExecute(CellTypeCommandParameter)

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

Declaration
bool CanExecute(CellTypeCommandParameter parameter)
Function CanExecute(parameter As CellTypeCommandParameter) As Boolean
Parameters
Type Name Description
CellTypeCommandParameter parameter

Data used by the command. If the command does not require data to be passed, this object can be set to null.

Returns
Type Description
bool

true if this command can be executed; otherwise, false.