CubeField.EnableMultiplePageItems Property
Excel Developer Reference |
Set to True to allow multiple items in the page field area for OLAP PivotTables to be selected. The default value is False. Read/write Boolean.
Syntax
expression.EnableMultiplePageItems
expression A variable that represents a CubeField object.
Example
This example determines if multiple page items are enabled for the cube field and notifies the user. The example assumes that an OLAP PivotTable exists on the active worksheet.
Visual Basic for Applications |
---|
|
See Also