Excel.Interfaces.PivotItemLoadOptions interface
表示 Excel PivotItem。
注解
属性
| $all |
|
| id | PivotItem 的 ID。 |
| is |
确定是展开项以显示子项还是折叠项并隐藏子项。 |
| name | PivotItem 的名称。 |
| visible | 指定 PivotItem 是否可见。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean