PivotTable.RepeatItemsOnEachPrintedPage 属性

定义

当打印指定的数据透视表时,如果每页第一行上都显示行、列和项标志,则该值为 True。 如果仅在第一页上打印这些标志,则该值为 False。 默认值为 True。 读/写 Boolean

public:
 property bool RepeatItemsOnEachPrintedPage { bool get(); void set(bool value); };
public bool RepeatItemsOnEachPrintedPage { get; set; }
Public Property RepeatItemsOnEachPrintedPage As Boolean

属性值

注解

数据透视表必须是打印区域中的唯一报表。 若要为数据透视表设置缩进格式,请使用 Format(XlPivotFormatType) 方法。

对于工作表,Microsoft Excel 打印行和列标签,而不是打印标题。 PrintTitles使用 属性可确定是否为数据透视表设置了打印标题。

适用于