PivotTable.DrillDown(PivotItem, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables you to drill down into the data within an OLAP or PowerPivot based cube hierarchy.
public void DrillDown (Microsoft.Office.Interop.Excel.PivotItem PivotItem, object PivotLine);
Parameters
- PivotItem
- PivotItem
The member from which the drill down 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.