[]
Determines whether this SpreadCommand can execute in GcSpreadSheet's current state.
public bool CanExecute(object parameter, GcSpreadSheet spread)
Public Function CanExecute(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 |
|