This class is used to dynamically create a column. This class cannot be instantiated
directly. It is given as an argument to the calculation method for classes inheriting from the
Spotfire.Dxp.Application.Extension.CustomColumnMethod<T> class. Classes inheriting from the
Spotfire.Dxp.Application.Extension.CustomCalculation<TSettings, TResults> class can also retrieve instances of this
class by using the Spotfire.Dxp.Application.Extension.CustomCalculation<TSettings, TResults>.GetColumnBuilder<TDataValue>
method.
Inheritance Hierarchy
Spotfire.Dxp.Data.Columns ColumnBuilder
Spotfire.Dxp.Data.Columns ColumnBuilder T
Namespace: Spotfire.Dxp.Data.Columns
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Type Parameters
- T
- The type for the values in the created column. Only the representation types of the types defined in DataType are allowed.
Version Information
See Also