Click or drag to resize

DataColumnCollectionDataColumnInfo(String, Int32) Constructor

Constructs a DataColumnInfo object.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataColumnInfo(
	string name,
	int number
)

Parameters

name  String
The name of the column.
number  Int32
The position of the column in the collection.
See Also