Excel.Interfaces.FilterPivotHierarchyCollectionLoadOptions interface

表示与数据透视表关联的 FilterPivotHierarchy 项的集合。

属性

$all

指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。

enableMultipleFilterItems

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

注解

API 集:ExcelApi 1.8

id

对于集合中的每个项目: FilterPivotHierarchy 的 ID。

id?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.8

name

对于集合中的每个项目: FilterPivotHierarchy 的名称。

name?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.8

position

对于集合中的每个项: FilterPivotHierarchy 的位置。

position?: boolean;

属性值

boolean

注解

API 集:ExcelApi 1.8