AbstractGraphControllerCommandExecute Method |
Determines the currently active worksheet and issues the command to that worksheet by calling
Run with the worksheet as a parameter.
Namespace: Altaxo.Graph.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.Graph.Commands.AbstractGraphControllerCommand.Execute(System.Object)"]
Implements
ICommandExecute(Object)See Also