[]
        
(Showing Draft Content)

C1.PivotEngine.C1PivotEngine.FilterFields

FilterFields Property

FilterFields

Gets a list of PivotField objects that define the fields used as filters for the output table.

Declaration
public PivotFieldList FilterFields { get; }
Public ReadOnly Property FilterFields As PivotFieldList
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.