DataColumnInsertRows Method |
Inserts nCount empty rows before row number nBeforeRow.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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