Click or drag to resize

GotoTableRowRun Method

Override this function for adding own worksheet commands. You will get the worksheet controller in the parameter.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Run(
	WorksheetController ctrl
)

Parameters

ctrl  WorksheetController
The worksheet controller this command is applied to.
See Also