DataValueCursorCreateFormatted Method (IDataColumn, IDataFormatter) TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
Syntax

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

Parameters

column
Type: Spotfire.Dxp.DataIDataColumn
The column.
formatter
Type: Spotfire.Dxp.Data.FormattersIDataFormatter
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: DataValueCursorString
A value cursor.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference