Click or drag to resize

DataColumnInsertRows Method

Inserts nCount empty rows before row number nBeforeRow.

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

Parameters

nBeforeRow  Int32
The row number before the additional rows are inserted.
nCount  Int32
Number of empty rows to insert.
See Also