Class GridPivotFieldCollection

GridPivotFieldCollection class

Encapsulates a collection of GridPivotField objects.

public class GridPivotFieldCollection

Properties

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

Methods

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

See Also