Click or drag to resize

EditCommandsFillWithValue Method

Opens a dialog to enter a row number, and then jumps to that row in the worksheet view.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void FillWithValue(
	IWorksheetController ctrl
)

Parameters

ctrl  IWorksheetController
The worksheet controller.
See Also