Gets a formatted value from the Values array.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public string GetFormattedValue(
	int index
)
Visual Basic
Public Function GetFormattedValue ( _
	index As Integer _
) As String

Parameters

index
Type: System..::..Int32
Index of the field whose value should be retrieved.

Return Value

The formatted value for the given index.

See Also