Excel) (数据透视表对象
代表工作表上的数据透视表。
备注
PivotTable 对象是 PivotTables 集合的成员。 PivotTables 集合包含某一张工作表上的所有 PivotTable 对象。
由于数据透视表编程可能很复杂,因此通常最简单的方法是记录数据透视表操作,然后修改记录的代码。
示例
使用 数据透视表 (索引) (其中 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
- 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
- 摘要
- TableRange1
- TableRange2
- TableStyle2
- Tag
- TotalsAnnotation
- VacatedStyle
- Value
- Version
- ViewCalculatedMembers
- VisibleFields
- VisualTotals
- VisualTotalsForSets
另请参阅
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。