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: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public static DataValueCursor<string> CreateFormatted( IDataColumn column )
Parameters
- column
- Type: Spotfire.Dxp.DataIDataColumn
The column.
Return Value
Type: DataValueCursorStringA value cursor.
Version Information
See Also