ピボットテーブル オブジェクト (Excel)
ワークシートにあるピボットテーブル レポートを表します。
注釈
PivotTable オブジェクトは PivotTables コレクションのメンバーです。 PivotTables コレクションには、1 つのワークシートにあるすべての PivotTable オブジェクトが含まれています。
ピボットテーブル レポートのプログラミングは複雑になることが多いので、一般的には、ピボットテーブル レポートに対する操作を記録して修正をする方が簡単です。
例
1 つの ピボットテーブル オブジェクトを 返すには、ピボットテーブル (インデックス) を使用します。 index はピボット テーブル のインデックス番号または名前です。
次の例では、Year という名前のフィールドを Sheet3 の最初のピボットテーブル レポートの行フィールドにします。
Worksheets("Sheet3").PivotTables(1) _
.PivotFields("Year").Orientation = xlRowField
メソッド
- AddDataField
- AddFields
- AllocateChanges
- CalculatedFields
- ChangeConnection
- ChangePivotCache
- ClearAllFilters
- ClearTable
- CommitChanges
- ConvertToFormulas
- CreateCubeFile
- DiscardChanges
- DrillDown
- DrillTo
- DrillUp
- GetData
- GetPivotData
- ListFormulas
- PivotCache
- PivotFields
- PivotSelect
- PivotTableWizard
- PivotValueCell
- RefreshDataSourceValues
- RefreshTable
- RepeatAllLabels
- RowAxisLayout
- ShowPages
- SubtotalLocation
- Update
プロパティ
- ActiveFilters
- Allocation
- AllocationMethod
- AllocationValue
- AllocationWeightExpression
- AllowMultipleFilters
- AlternativeText
- アプリケーション
- CacheIndex
- CalculatedMembers
- CalculatedMembersInFilters
- ChangeList
- ColumnFields
- ColumnGrand
- ColumnRange
- CompactLayoutColumnHeader
- CompactLayoutRowHeader
- CompactRowIndent
- Creator
- CubeFields
- DataBodyRange
- DataFields
- DataLabelRange
- DataPivotField
- DisplayContextTooltips
- DisplayEmptyColumn
- DisplayEmptyRow
- DisplayErrorString
- DisplayFieldCaptions
- DisplayImmediateItems
- DisplayMemberPropertyTooltips
- DisplayNullString
- EnableDataValueEditing
- EnableDrilldown
- EnableFieldDialog
- EnableFieldList
- EnableWizard
- EnableWriteback
- ErrorString
- FieldListSortAscending
- GrandTotalName
- HasAutoFormat
- Hidden
- HiddenFields
- InGridDropZones
- InnerDetail
- LayoutRowDefault
- 場所
- ManualUpdate
- MDX
- MergeLabels
- 名前
- NullString
- PageFieldOrder
- PageFields
- PageFieldStyle
- PageFieldWrapCount
- PageRange
- PageRangeCells
- Parent
- PivotChart
- PivotColumnAxis
- PivotFormulas
- PivotRowAxis
- PivotSelection
- PivotSelectionStandard
- PreserveFormatting
- PrintDrillIndicators
- PrintTitles
- RefreshDate
- RefreshName
- RepeatItemsOnEachPrintedPage
- RowFields
- RowGrand
- RowRange
- SaveData
- SelectionMode
- ShowDrillIndicators
- ShowPageMultipleItemLabel
- ShowTableStyleColumnHeaders
- ShowTableStyleColumnStripes
- ShowTableStyleLastColumn
- ShowTableStyleRowHeaders
- ShowTableStyleRowStripes
- ShowValuesRow
- Slicers
- SmallGrid
- SortUsingCustomLists
- SourceData
- SubtotalHiddenPageItems
- 概要
- TableRange1
- TableRange2
- TableStyle2
- Tag
- TotalsAnnotation
- VacatedStyle
- 値
- バージョン
- ViewCalculatedMembers
- VisibleFields
- VisualTotals
- VisualTotalsForSets
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。