PivotField オブジェクト (Excel)
ピボットテーブル レポートのフィールドを表します。
注釈
PivotField オブジェクトは PivotFields コレクションのメンバーです。 PivotFields コレクションには、非表示のフィールドも含めて、ピボットテーブル レポートにあるすべてのフィールドが含まれています。
ピボットテーブル フィールドのサブセットを取得するプロパティを使うと便利な場合があります。 使用できるプロパティを次に示します。
- ColumnFields プロパティ
- DataFields プロパティ
- HiddenFields プロパティ
- PageFields プロパティ
- RowFields プロパティ
- VisibleFields プロパティ
例
1 つの PivotField オブジェクトを返すには、PivotFields (index) を使用します。index はフィールド名またはインデックス番号です。
次の例では、Sheet3 の最初のピボットテーブル レポートの [年] フィールドを行フィールドにします。
Worksheets("sheet3").PivotTables(1) _
.PivotFields("year").Orientation = xlRowField
メソッド
- AddPageItem
- AutoGroup
- AutoShow
- AutoSort
- CalculatedItems
- ClearAllFilters
- ClearLabelFilters
- ClearManualFilter
- ClearValueFilters
- Delete
- DrillTo
- PivotItems
プロパティ
- AllItemsVisible
- アプリケーション
- AutoShowCount
- AutoShowField
- AutoShowRange
- AutoShowType
- AutoSortCustomSubtotal
- AutoSortField
- AutoSortOrder
- AutoSortPivotLine
- BaseField
- BaseItem
- Calculation
- Caption
- ChildField
- ChildItems
- Creator
- CubeField
- CurrentPage
- CurrentPageList
- CurrentPageName
- DatabaseSort
- DataRange
- DataType
- DisplayAsCaption
- DisplayAsTooltip
- DisplayInReport
- DragToColumn
- DragToData
- DragToHide
- DragToPage
- DragToRow
- DrilledDown
- EnableItemSelection
- EnableMultiplePageItems
- Formula
- 関数
- GroupLevel
- Hidden
- HiddenItems
- HiddenItemsList
- IncludeNewItemsInFilter
- IsCalculated
- IsMemberProperty
- LabelRange
- LayoutBlankLine
- LayoutCompactRow
- LayoutForm
- LayoutPageBreak
- LayoutSubtotalLocation
- MemberPropertyCaption
- MemoryUsed
- 名前
- NumberFormat
- Orientation
- Parent
- ParentField
- ParentItems
- PivotFilters
- Position
- PropertyOrder
- PropertyParentField
- RepeatLabels
- ServerBased
- ShowAllItems
- ShowDetail
- ShowingInAxis
- SourceCaption
- SourceName
- StandardFormula
- SubtotalName
- Subtotals
- TotalLevels
- UseMemberPropertyAsCaption
- 値
- VisibleItems
- VisibleItemsList
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。