R
RKAzinhal
Hi!
I am using a PivotTable object in an ASP page.
I would like to have a button to remove all pivotfields that the user has
moved to the row and column axis.
I know how to insert a fieldset into a axis
pTable.ActiveView.ColumnAxis.InsertFieldSet
pTable.ActiveView.FieldsSets("LastName"),
but not how to remove it...
What is the best way to achieve this?
Thank you for your help,
Rafaela
I am using a PivotTable object in an ASP page.
I would like to have a button to remove all pivotfields that the user has
moved to the row and column axis.
I know how to insert a fieldset into a axis
pTable.ActiveView.ColumnAxis.InsertFieldSet
pTable.ActiveView.FieldsSets("LastName"),
but not how to remove it...
What is the best way to achieve this?
Thank you for your help,
Rafaela