Override this function for adding own worksheet commands. You will get
the worksheet controller in the parameter.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override void Run(
WorksheetController ctrl
)
Parameters
- ctrl WorksheetController
- The worksheet controller this command is applied to.
See Also