DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotKey Class / GetFormattedValue Method / GetFormattedValue(Int32) Method
Index of the field whose value should be retrieved.

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

    Parameters

    index
    Index of the field whose value should be retrieved.

    Return Value

    The formatted value for the given index.
    See Also