Class GridPivotItemCollection

GridPivotItemCollection class

Encapsulates a collection of GridPivotItem objects.

public class GridPivotItemCollection

Properties

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

Methods

NameDescription
Add(GridPivotItem)Adds a PivotItem Object to the specific type PivotItems.

See Also