GetFormattedValue(Int32) Method
Gets a formatted value from the
C1.PivotEngine.PivotKey.Values array.
'Declaration
Public Overloads Function GetFormattedValue( _
ByVal As Integer _
) As String
public string GetFormattedValue(
int
)
Parameters
- index
- Index of the field whose value should be retrieved.
Return Value
The formatted value for the given index.