C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotKey Class / GetFormattedValue Method / GetFormattedValue(Int32,Object) Method
Index of the field whose value should be retrieved.
Object that provides the unformatted value.

In This Topic
GetFormattedValue(Int32,Object) Method
In This Topic
Gets a formatted value from the Values array.
Syntax
'Declaration
 
Public Overloads Function GetFormattedValue( _
   ByVal index As Integer, _
   ByVal item As Object _
) As String
 

Parameters

index
Index of the field whose value should be retrieved.
item
Object that provides the unformatted value.

Return Value

The formatted value for the given index.
See Also