PivotField 对象 (Excel)
代表数据透视表中的一个字段。
PivotField 对象是 PivotFields 集合的成员。 PivotFields 集合包含数据透视表中的所有字段,包括隐藏字段。
在某些情况下,使用返回数据透视表字段子集的属性之一可能更容易。 以下属性可用:
- ColumnFields 属性
- DataFields 属性
- HiddenFields 属性
- PageFields 属性
- RowFields 属性
- VisibleFields 属性
使用 PivotFields (索引) (其中 index 是字段名称或索引号)返回单个 PivotField 对象。
下例使 Sheet3 上第一张数据透视表中的字段“Year”成为行字段。
Worksheets("sheet3").PivotTables(1) _
.PivotFields("year").Orientation = xlRowField
- AddPageItem
- AutoGroup
- AutoShow
- AutoSort
- CalculatedItems
- ClearAllFilters
- ClearLabelFilters
- ClearManualFilter
- ClearValueFilters
- Delete
- DrillTo
- PivotItems
- AllItemsVisible
- Application
- 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
- Function
- GroupLevel
- Hidden
- HiddenItems
- HiddenItemsList
- IncludeNewItemsInFilter
- IsCalculated
- IsMemberProperty
- LabelRange
- LayoutBlankLine
- LayoutCompactRow
- LayoutForm
- LayoutPageBreak
- LayoutSubtotalLocation
- MemberPropertyCaption
- MemoryUsed
- Name
- NumberFormat
- Orientation
- Parent
- ParentField
- ParentItems
- PivotFilters
- Position
- PropertyOrder
- PropertyParentField
- RepeatLabels
- ServerBased
- ShowAllItems
- ShowDetail
- ShowingInAxis
- SourceCaption
- SourceName
- StandardFormula
- SubtotalName
- Subtotals
- TotalLevels
- UseMemberPropertyAsCaption
- Value
- VisibleItems
- VisibleItemsList
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。