Click or drag to resize

DataRow Constructor

Constructor

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataRow(
	DataColumnCollection col,
	int rowIndex
)

Parameters

col  DataColumnCollection
The underlying DataColumnCollection.
rowIndex  Int32
Index of the row of the data column collection.
See Also