XlPivotFormatType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要应用于指定数据透视表的报表格式类型。
public enum class XlPivotFormatType
public enum XlPivotFormatType
Public Enum XlPivotFormatType
- 继承
-
XlPivotFormatType
字段
名称 | 值 | 说明 |
---|---|---|
xlReport1 | 0 | 对数据透视表使用 xlReport1 格式。 |
xlReport2 | 1 | 对数据透视表使用 xlReport2 格式。 |
xlReport3 | 2 | 对数据透视表使用 xlReport3 格式。 |
xlReport4 | 3 | 对数据透视表使用 xlReport4 格式。 |
xlReport5 | 4 | 对数据透视表使用 xlReport5 格式。 |
xlReport6 | 5 | 对数据透视表使用 xlReport6 格式。 |
xlReport7 | 6 | 对数据透视表使用 xlReport7 格式。 |
xlReport8 | 7 | 对数据透视表使用 xlReport8 格式。 |
xlReport9 | 8 | 对数据透视表使用 xlReport9 格式。 |
xlReport10 | 9 | 对数据透视表使用 xlReport10 格式。 |
xlTable1 | 10 | 对数据透视表使用 xlReport1 格式。 |
xlTable2 | 11 | 对数据透视表使用 xlTable2 格式。 |
xlTable3 | 12 | 对数据透视表使用 xlTable3 格式。 |
xlTable4 | 13 | 对数据透视表使用 xlTable4 格式。 |
xlTable5 | 14 | 对数据透视表使用 xlTable5 格式。 |
xlTable6 | 15 | 对数据透视表使用 xlTable6 格式。 |
xlTable7 | 16 | 对数据透视表使用 xlTable7 格式。 |
xlTable8 | 17 | 对数据透视表使用 xlTable8 格式。 |
xlTable9 | 18 | 对数据透视表使用 xlTable9 格式。 |
xlTable10 | 19 | 对数据透视表使用 xlReport1 格式。 |
xlPTClassic | 20 | 数据透视表传统格式。 |
xlPTNone | 21 | 不对数据透视表应用格式。 |