DataColumnCollectionInsertRow Method |
Insert an empty row at the provided row number.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void InsertRow(
int atRowNumber
)
Parameters
- atRowNumber Int32
- The row number at which to insert.
See Also