共用方式為


Excel) (CubeFields.Item 屬性

傳回集合中的單一物件。

語法

運算式專案 (索引)

表達 代表 CubeFields 物件的 變數。

參數

名稱 必要/選用 資料類型 描述
Index 必要 Variant 物件的名稱或索引編號。

範例

本範例會尋找第一個 Cube 功能變數名稱包含字串 Paris 的樞紐分析表。 如果找到名稱, 布林 值變數 blnFoundName 會設定為 True

blnFoundName = False 
For Each objPT in ActiveSheet.PivotTables 
 Set objCubeField = _ 
 objPT.CubeFields.Item(1) 
 If instr(1,objCubeField.Name, "Paris") <> 0 Then 
 blnFoundName = True 
 Exit For 
 End If 
Next objPT

支援和意見反應

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