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

In This Topic
    FilterFields Property (C1PivotEngine)
    In This Topic
    Gets a list of PivotField objects that define the fields used as filters for the output table.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilterFields As PivotFieldList
    public PivotFieldList FilterFields {get;}
    Remarks

    Fields in this list do not appear in the output table, but are still used for filtering the input data.

    See the Fields property for details and an example.

    See Also