Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Data Namespaces
Altaxo.Data
DataColumnCollection Class
DataColumnCollection Properties
Item Property
Item(Int32) Property
Item(String) Property
Data
Column
Collection
Item Property
Overload List
Name
Description
Item
Int32
Returns the column at index
C#
Copy
idx
. Sets the column at index
C#
Copy
idx
by copying data from the other column (not by replacing). An exception is thrown if the two columns are not of the same type.
Item
String
Returns the column with name
C#
Copy
s
. Sets the column with name
C#
Copy
s
by copying data from the other column (not by replacing). An exception is thrown if the two columns are not of the same type.
Top
See Also
Reference
DataColumnCollection Class
Altaxo.Data Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net