ColumnBuilder T  Class TIBCO Spotfire 6.0 API Reference
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

System Object
  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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public sealed class ColumnBuilder<T> : ColumnBuilder
Type Parameters

T
The type for the values in the created column. Only the representation types of the types defined in DataType are allowed.
See Also