Click or drag to resize

RowCommandsInsertDataRows(IWorksheetController, Int32) Method

Ask the user for the number of data rows to insert in a data table.

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

Parameters

ctrl  IWorksheetController
The worksheet controller.
rowBeforeToInsert  Int32
Number of the row before which to insert the rows.
See Also