PivotTable.ShowPageMultipleItemLabel Property
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.
When set to True (default), "(Multiple Items)" will appear in the PivotTable cell on the worksheet whenever items are hidden and an aggregate of non-hidden items is shown in the PivotTable view. Read/write Boolean.
public:
property bool ShowPageMultipleItemLabel { bool get(); void set(bool value); };
public bool ShowPageMultipleItemLabel { get; set; }
Public Property ShowPageMultipleItemLabel As Boolean