Class GridPivotFieldCollection

GridPivotFieldCollection class

Encapsulates a collection of PivotField objects.

public class GridPivotFieldCollection

Properties

NameDescription
Count { get; }
Item { get; }Gets the PivotField element at the specified index.

Methods

NameDescription
Add(GridPivotField)Adds a PivotField Object to the specific type PivotFields.
Clear()Clears all PivotFields.

See Also