ComponentOne FlexPivot for WinForms
GetFormattedValue(Int32) Method

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

Parameters

index
Index of the field whose value should be retrieved.

Return Value

The formatted value for the given index.
See Also

Reference

C1FlexPivotKey Class
C1FlexPivotKey Members
Overload List