Click or drag to resize

DataTableItem(String) Property

Get/sets the data column with the given name. 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.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataColumn this[
	string name
] { get; set; }

Parameters

name  String
 

Property Value

DataColumn
See Also