AbstractWorksheetControllerCommandExecute Method |
Determines the currently active worksheet and issues the command to that worksheet by calling
Run with the worksheet as a parameter.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void Execute(
Object parameter
)
Parameters
- parameter Object
[Missing <param name="parameter"/> documentation for "M:Altaxo.Worksheet.Commands.AbstractWorksheetControllerCommand.Execute(System.Object)"]
Implements
ICommandExecute(Object)See Also