ColumnBuilder T  Class TIBCO Spotfire 5.5 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: 11.15.5816.4413 (11.15.5816.4413)
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.
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also