[]
Gets a list of PivotField objects that define the fields used as filters for the output table.
public PivotFieldList FilterFields { get; }
Public ReadOnly Property FilterFields As PivotFieldList
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.