Click or drag to resize

DataColumnCollectionInsertRows Method

Insert a number of empty rows in all columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void InsertRows(
	int nBeforeRow,
	int nRowsToInsert
)

Parameters

nBeforeRow  Int32
The row number before which the additional rows should be inserted.
nRowsToInsert  Int32
The number of rows to insert.
See Also