Click or drag to resize

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.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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