DataValueCursor CreateFormatted Method (IDataColumn, IDataFormatter) TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also