Excel.Interfaces.PivotFieldLoadOptions interface
表示 Excel PivotField。
注解
属性
| $all |
|
| id | PivotField 的 ID。 |
| name | PivotField 的名称。 |
| show |
确定是否显示 PivotField 的所有项。 |
| subtotals | PivotField 小计。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean