DataColumnType Enumeration

Spotfire 14.3 API Reference
Enum for IDataColumn categories. The DataColumnType for an IDataColumn can be retrieved from the ColumnType property.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[PersistenceVersionAttribute(2, 0)]
public enum DataColumnType
Members

  Member nameValueDescription
None0No column types.
Imported1An IDataColumn imported from an external data source.
Calculated2An IDataColumn defined by a simple expression.
Binned4An IDataColumn created by binning another column.
Frozen8A frozen calculated or binned IDataColumn.
Result16A IDataColumn created by application of a tool.
Tags32An annotation IDataColumn defined by the user.
Mask64A mask IDataColumn defined by the user.
Hierarchy128A hierarchy IDataColumn defined by the user.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference