DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / ValueFields Property

In This Topic
    ValueFields Property (C1PivotEngine)
    In This Topic
    Gets a list of PivotField objects that define the fields summarized in the cells of the output table.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueFields As PivotFieldList
    public PivotFieldList ValueFields {get;}
    Remarks
    See the Fields property for details and an example.
    See Also