Click or drag to resize

DataColumnCollectionItem(Int32) Property

Returns the column at index idx. Sets the column at indexidx 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.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataColumn this[
	int idx
] { get; set; }

Parameters

idx  Int32
The zero-based index of the column.

Property Value

DataColumn
See Also