ComponentOne FlexPivot for WinForms
GetFormattedValue(Int32,Object) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotKey Class > GetFormattedValue Method : GetFormattedValue(Int32,Object) Method
Index of the field whose value should be retrieved.
Object that provides the unformatted value.
Gets a formatted value from the Values array.
Syntax
'Declaration
 
Public Overloads Function GetFormattedValue( _
   ByVal index As System.Integer, _
   ByVal item As System.Object _
) As System.String
public System.string GetFormattedValue( 
   System.int index,
   System.object item
)

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

Reference

C1FlexPivotKey Class
C1FlexPivotKey Members
Overload List