DataColumnProperties Properties

Spotfire 14.3 API Reference

The DataColumnProperties type exposes the following members.

Properties

  NameDescription
Public propertyCalculatedExpression
Gets the derived expression of the column. The calculated expression is the expression text after preprocessing the original expression (Expression).
Public propertyColumnType
Gets or sets the column type of the column.
Public propertyComparer
Gets or sets the value comparer of the column.
Public propertyContentType
Gets or sets a more specific type of the data contained in a column of a certain DataType.
Public propertyDataType
Gets or sets the data type of the column.
Public propertyDescription
Gets or sets a textual description of the column.
Public propertyExpression
Gets the defining expression of the column.
Public propertyExternalId
Gets or sets the external identifier of the column.
Public propertyExternalName
Gets or sets the external name of the column.
Public propertyFormatter
Gets or sets the value formatter of the column.
Public propertyIsValid
Gets a value indicating whether the column has valid values: true if the column has valid values; otherwise, false.
Public propertyItem
Gets or sets the value of a named property.
Public propertyName
Gets or sets the name of the column.
Public propertyPreferredAggregationMethod
Gets or sets the preferred aggregation method. If set to the name of an aggregation method, for instance "sum" or "avg", this method is used by plot heuristics when creating aggregated expressions from this column.
Public propertyPropertyNames
Gets an enumeration of the names of all the properties in the column.
Top
See Also

Reference