共用方式為


PivotTable.ShowPageMultipleItemLabel 屬性 (Excel)

當此屬性設定為 True (預設值) 時,每當項目隱藏起來以及樞紐分析表檢視中顯示非隱藏項目的聚合時,工作表上的樞紐分析表儲存格中便會出現「多重項目」。 可讀寫的 Boolean

語法

運算式ShowPageMultipleItemLabel

表達 代表 樞紐分析表物件的 變數。

範例

本範例將判斷樞紐分析表儲存格中是否會顯示「多重項目」,並通知使用者。 假設使用中工作表上有一個樞紐分析表。

Sub UseShowPageMultipleItemLabel() 
 
 Dim pvtTable As PivotTable 
 
 Set pvtTable = ActiveSheet.PivotTables(1) 
 
 ' Determine if multiple items are allowed. 
 If pvtTable.ShowPageMultipleItemLabel = True Then 
 MsgBox "The words 'Multiple Items' can be displayed." 
 Else 
 MsgBox "The words 'Multiple Items' cannot be displayed." 
 End If 
 
End Sub

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應