[]
Determines whether this SpreadCommand can execute in GcSpreadSheet's current state.
protected virtual bool CanExecuteCore(object parameter, GcSpreadSheet spread)
Protected Overridable Function CanExecuteCore(parameter As Object, spread As GcSpreadSheet) As Boolean
Type | Name | Description |
---|---|---|
object | parameter | User defined parameter to be passed to the handler. |
GcSpreadSheet | spread | GcSpreadSheet at which to begin looking for command handlers. |
Type | Description |
---|---|
bool |
|