Inserts a field set on the specified axis.
Syntax
expression.InsertFieldSet(FieldSet, Before, Remove)
expression An expression that returns a PivotAxis, PivotDataAxis, PivotFilterAxis, or PivotGroupAxis object.
FieldSet Required PivotFieldSet object. Specifies the field set to be inserted.
Before Optional Variant. Specifies the index of the field set before which the inserted field set will be placed.
Remove Optional Boolean. This argument is reserved for future use, and its value is always True. When the field set is added to the specified axis, it is removed from any other axis.