RowCommandsInsertDataRows(IWorksheetController, Int32) Method |
Ask the user for the number of data rows to insert in a data table.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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