Excel.Interfaces.FilterPivotHierarchyCollectionLoadOptions interface
Represents a collection of FilterPivotHierarchy items associated with the PivotTable.
Remarks
Properties
| $all | Specifying |
| enable |
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 load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as 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
id
For EACH ITEM in the collection: ID of the FilterPivotHierarchy.
id?: boolean;
Property Value
boolean
Remarks
name
For EACH ITEM in the collection: Name of the FilterPivotHierarchy.
name?: boolean;
Property Value
boolean
Remarks
position
For EACH ITEM in the collection: Position of the FilterPivotHierarchy.
position?: boolean;
Property Value
boolean