DataColumnCollectionDataColumnInfo(String, Int32) Constructor |
Constructs a DataColumnInfo object.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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