Excel.Interfaces.PivotLayoutData interface
一个接口,用于描述通过调用 pivotLayout.toJSON()
返回的数据。
属性
auto |
指定在刷新时还是移动字段时自动设置格式设置格式。 |
enable |
指定是否可以在 UI 中显示字段列表。 |
layout |
此属性指示数据透视表上的所有字段的 PivotLayoutType。 如果字段状态不同,则为 null。 |
preserve |
指定在通过透视、排序或更改页字段项等操作刷新或重新计算报表时是否保留格式。 |
show |
指定数据透视表是否显示列的总计。 |
show |
指定数据透视表是否显示行的总计。 |
subtotal |
此属性指示 |
属性详细信息
autoFormat
enableFieldList
layoutType
此属性指示数据透视表上的所有字段的 PivotLayoutType。 如果字段状态不同,则为 null。
layoutType?: Excel.PivotLayoutType | "Compact" | "Tabular" | "Outline";
属性值
Excel.PivotLayoutType | "Compact" | "Tabular" | "Outline"
注解
preserveFormatting
指定在通过透视、排序或更改页字段项等操作刷新或重新计算报表时是否保留格式。
preserveFormatting?: boolean;
属性值
boolean
注解
showColumnGrandTotals
showRowGrandTotals
subtotalLocation
此属性指示 SubtotalLocationType
数据透视表上所有字段的 。 如果字段具有不同的状态,则为 null
。
subtotalLocation?: Excel.SubtotalLocationType | "AtTop" | "AtBottom" | "Off";
属性值
Excel.SubtotalLocationType | "AtTop" | "AtBottom" | "Off"