Calculation TSettings, TResults  GetColumnBuilder TDataValue  Method TIBCO Spotfire 6.0 API Reference
Gets a column builder object which can be used to create a column with the given name.

Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected ColumnBuilder<TDataValue> GetColumnBuilder<TDataValue>(
	string columnName
)

Parameters

columnName
Type: System String
The name of the column to create with the builder.
Type Parameters

TDataValue
The type of values in the column being created by the builder, for example Int32 or Double.

Return Value

Type: ColumnBuilder TDataValue 
A new column builder.
See Also