DataColumnCollectionInsertRows Method |
Insert a number of empty rows in all columns.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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