CustomView object
The CustomView property retrieves the CustomView object of the pivot control, allowing you to redefine its display. The CustomView object supports the following properties and methods:

NameDescription
CategoriesRetrieves the number of leading columns in Data that represent the categories.
ColumnsRetrieves the names of the columns, represented as a comma-separated list.
ControlIDSpecifies the program identifier of the control used to define the custom view.
DataRetrieves the data to be represented as a 2-dimensional array.
ItemsRetrieves the number of rows in Data.
LicenseSpecifies the runtime license key for the control to be used.
ObjectGets the control that defines the custom view.
SeriesRetrieves the number of trailing columns in Data that represent the series.
StackRetrieves the name of the stack for each exported column (columns generated from the same pivot-column are grouped together in a stack), represented as a comma-separated list.
VisibleShows or hides the custom view.