GridPivotFieldCollection.Add

GridPivotFieldCollection.Add method

Adds a PivotField Object to the specific type PivotFields.

public int Add(GridPivotField pivotField)
ParameterTypeDescription
pivotFieldGridPivotFielda PivotField Object.

Return Value

the index of the PivotField Object in this PivotFields.

See Also