PivotTable.RepeatAllLabels(XlPivotFieldRepeatLabels) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置是否为指定数据透视表中的所有数据透视字段重复项目标签。
public:
void RepeatAllLabels(Microsoft::Office::Interop::Excel::XlPivotFieldRepeatLabels Repeat);
public void RepeatAllLabels (Microsoft.Office.Interop.Excel.XlPivotFieldRepeatLabels Repeat);
Public Sub RepeatAllLabels (Repeat As XlPivotFieldRepeatLabels)
参数
- Repeat
- XlPivotFieldRepeatLabels
指定是否要对指定数据透视表中的所有透视字段重复项目标签。
注解
RepeatAllLabels(XlPivotFieldRepeatLabels)使用 方法对应于“数据透视表工具设计”选项卡的“报表布局”下拉列表中的“重复所有项目标签”和“不要重复项标签”命令。
若要指定是否为单个透视字段重复项目标签,请使用 RepeatLabels 属性。