Excel.Interfaces.FilterPivotHierarchyCollectionLoadOptions interface

Represents a collection of FilterPivotHierarchy items associated with the PivotTable.

Remarks

[ API set: ExcelApi 1.8 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

enableMultipleFilterItems

For EACH ITEM in the collection: Determines whether to allow multiple filter items.

id

For EACH ITEM in the collection: ID of the FilterPivotHierarchy.

name

For EACH ITEM in the collection: Name of the FilterPivotHierarchy.

position

For EACH ITEM in the collection: Position of the FilterPivotHierarchy.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

enableMultipleFilterItems

For EACH ITEM in the collection: Determines whether to allow multiple filter items.

enableMultipleFilterItems?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

id

For EACH ITEM in the collection: ID of the FilterPivotHierarchy.

id?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

name

For EACH ITEM in the collection: Name of the FilterPivotHierarchy.

name?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]

position

For EACH ITEM in the collection: Position of the FilterPivotHierarchy.

position?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.8 ]