EditCommandsGotoRow Method |
Opens a dialog to enter a row number,
and then jumps to that row in the worksheet view.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void GotoRow(
IWorksheetController ctrl
)
Parameters
- ctrl IWorksheetController
- The worksheet controller.
See Also