Excel.Interfaces.PivotItemCollectionLoadOptions interface
表示与其父 PivotField 相关的所有 PivotItems 的集合。
注解
属性
$all |
|
id | 对于集合中的每个项:PivotItem 的 ID。 |
is |
对于集合中的每个项:确定项是展开以显示子项,还是已折叠且子项处于隐藏状态。 |
name | 对于集合中的每个项:PivotItem 的名称。 |
visible | 对于集合中的每个项:指定 PivotItem 是否可见。 |
属性详细信息
$all
$all
为 LoadOptions 指定将加载所有标量属性 (例如:Range.address
) 但不加载导航属性 (例如: Range.format.fill.color
) 。
$all?: boolean;
属性值
boolean