Click or drag to resize

DataColumnCollectionItem(String) Property

Returns the column with name
C#
. Sets the column with name
C#
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.3179.0 (4.8.3179.0)
Syntax
C#
public DataColumn this[
	string s
] { get; set; }

Parameters

s  String
 

Property Value

DataColumn
See Also