add method

add(self, pivot_field)

Adds a PivotField Object to the specific type PivotFields.

Returns

the index of the PivotField Object in this PivotFields.


def add(self, pivot_field):
    ...
ParameterTypeDescription
pivot_fieldPivotFielda PivotField Object.

See Also