[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.UI.Commands.SpreadCommand.ExecuteCore

ExecuteCore Method

ExecuteCore(object, GcSpreadSheet)

Executes the SpreadCommand on the GcSpreadSheet target.

Declaration
protected virtual void ExecuteCore(object parameter, GcSpreadSheet spread)
Protected Overridable Sub ExecuteCore(parameter As Object, spread As GcSpreadSheet)
Parameters
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.