GridPivotItemCollection.Add

GridPivotItemCollection.Add method

Adds a PivotItem Object to the specific type PivotItems.

public int Add(GridPivotItem item)
ParameterTypeDescription
PivotItemGridPivotItema PivotItem Object.

Return Value

the index of the PivotItem Object in this PivotItems.

See Also