Click or drag to resize

DataColumnCollectionInsertRow Method

Insert an empty row at the provided row number.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void InsertRow(
	int atRowNumber
)

Parameters

atRowNumber  Int32
The row number at which to insert.
See Also