PivotTable.ShowPages(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.
Creates a new PivotTable report for each item in the page field. Each new report is created on a new worksheet.
public object ShowPages (object PageField);
Public Function ShowPages (Optional PageField As Object) As Object
Parameters
- PageField
- Object
Optional Object. A string that names a single page field in the report.
Returns
Remarks
This method isn’t available for OLAP data sources.