IPivotDimElementsDetailing.Remove

Syntax

Remove (Index: Integer);

Parameters

Index. Drill down index.

Description

The Remove method removes drill down by index.

Comments

To add drill down to the end of the collection, use the IPivotDimElementsDetailing.Add method.

To clear the collection of drill downs, use the IPivotDimElementsDetailing.Clear method.

See also:

IPivotDimElementsDetailing