GridPivotItemCollection.Add

GridPivotItemCollection.Add method

Adds a PivotItem Object to the specific type PivotItems.

public int Add(GridPivotItem item)
ParameterTypeDescription
itemGridPivotItema GridPivotItem Object.

Return Value

the index of the PivotItem Object in this PivotItems.

See Also