Click or drag to resize

RowCommandsInsertDataRows(IWorksheetController) Method

Inserts a user choosen number of rows just before the first selected row. If no row is selected, the row is inserted before the first row.

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
)

Parameters

ctrl  IWorksheetController
The worksheet controller.
See Also