PivotFieldCollection.Add

PivotFieldCollection.Add method

Adds a PivotField Object to the specific type PivotFields.

public int Add(PivotField pivotField)
ParameterTypeDescription
pivotFieldPivotFielda PivotField Object.

Return Value

the index of the PivotField Object in this PivotFields.

See Also