DataColumnCollectionItem(Int32) Property |
Returns the column at index
. Sets the column at index
by copying data from
the other column (not by replacing). An exception is thrown if the two columns are not of the same type.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DataColumn this[
int idx
] { get; set; }
Parameters
- idx Int32
-
Property Value
DataColumnSee Also