ColumnBuilder T  Class TIBCO Spotfire 6.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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also