DataTableItem(Int32) Property |
Get/sets the data column at index i. Setting is done by copying data, if the two columns has the same type. If the two columns are not of
the same type, an exception is thrown.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DataColumn this[
int i
] { get; set; }Parameters
- i Int32
- The zero-based index of the data column.
Property Value
DataColumn
See Also