DataValueCursor CreateFormatted Method (IDataColumn, IDataFormatter) TIBCO Spotfire 6.5 API Reference
Creates a value cursor for the formatted values of a given column.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public static DataValueCursor<string> CreateFormatted(
	IDataColumn column,
	IDataFormatter formatter
)

Parameters

column
Type: Spotfire.Dxp.Data IDataColumn
The column.
formatter
Type: Spotfire.Dxp.Data.Formatters IDataFormatter
The formatter to use. Note that this is useless if column is a hierarchy since the individual level formatters are used then.

Return Value

Type: DataValueCursor String 
A value cursor.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also