Excel (的 PivotTable 物件)
代表工作表上的樞紐分析表。
註解
PivotTable 物件是 PivotTables 集合的成員。 PivotTables 集合包含單一工作表中的所有 PivotTable 物件。
因為樞紐分析表的程式撰寫可能會很複雜,所以,最方便的做法是將樞紐分析表作業錄製到巨集中,然後再修訂所錄製的巨集程式碼。
範例
使用 樞紐分析表 (索引) ,其中 index 是樞紐分析表的索引編號或名稱,可傳回單一 樞紐分析表 物件。
下列範例會使 Sheet3 上第一個樞紐分析表中名為 Year 的欄位成為資料欄欄位。
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
- Application
- 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
- Location
- ManualUpdate
- MDX
- MergeLabels
- Name
- 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
- Summary
- TableRange1
- TableRange2
- TableStyle2
- Tag
- TotalsAnnotation
- VacatedStyle
- Value
- Version
- ViewCalculatedMembers
- VisibleFields
- VisualTotals
- VisualTotalsForSets
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。