Excel.Interfaces.FilterPivotHierarchyCollectionLoadOptions interface
表示与数据透视表关联的 FilterPivotHierarchy 项的集合。
属性
| $all | 指定加载选项将 |
| enable |
For EACH ITEM in the collection: 确定是否允许多个筛选器项。 |
| id | 对于集合中的每个项目: FilterPivotHierarchy 的 ID。 |
| name | 对于集合中的每个项目: FilterPivotHierarchy 的名称。 |
| position | 对于集合中的每个项: FilterPivotHierarchy 的位置。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
enableMultipleFilterItems
For EACH ITEM in the collection: 确定是否允许多个筛选器项。
enableMultipleFilterItems?: boolean;
属性值
boolean