Click or drag to resize

DataTable_propertyColumns Field

Collection of property columns, i.e. "horizontal" columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected DataColumnCollection _propertyColumns

Field Value

DataColumnCollection
Remarks
Property columns can be used to give columns a certain property. This can be for instance the unit of the column or a descriptive name (the property column is then of type TextColumn). This can also be another parameter which corresponds with that column, i.e. frequency. In this case the property column would be of type DoubleColumn.
See Also