AbstractTextControllerCommandExecute Method |
Determines the currently active worksheet and issues the command to that text document controller by calling
Run with the text document controller as a parameter.
Namespace: Altaxo.Main.MenuCommands.TextAssembly: 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.Main.MenuCommands.Text.AbstractTextControllerCommand.Execute(System.Object)"]
Implements
ICommandExecute(Object)See Also