PivotTable.DrillUp(PivotItem, Object, Object) Method

Definition

Enables you to drill up into the data within an OLAP or PowerPivot based cube hierarchy.

public void DrillUp (Microsoft.Office.Interop.Excel.PivotItem PivotItem, object PivotLine, object LevelUniqueName);

Parameters

PivotItem
PivotItem

The member from which the drill up is performed.

PivotLine
Object

Specifies the line in the PivotTable where the operation starting member resides. In cases where PivotLine is not specified, defaults to the top PivotLine where the member appears.

LevelUniqueName
Object

The target for a multi-level drill up. The default action if not specified is a one level drill up.

Applies to