DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotKey Class / Values Property

In This Topic
    Values Property (PivotKey)
    In This Topic
    Gets an array of values for the PivotField pivot fields associated with this PivotKey.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As Object()
    public object[] Values {get;}
    See Also