Excel.Interfaces.FilterPivotHierarchyUpdateData interface
An interface for updating data on the FilterPivotHierarchy
object, for use in filterPivotHierarchy.set({ ... })
.
Properties
enable |
Determines whether to allow multiple filter items. |
name | Name of the FilterPivotHierarchy. |
position | Position of the FilterPivotHierarchy. |
Property Details
enableMultipleFilterItems
Determines whether to allow multiple filter items.
enableMultipleFilterItems?: boolean;
Property Value
boolean
Remarks
name
Name of the FilterPivotHierarchy.
name?: string;
Property Value
string
Remarks
position
Position of the FilterPivotHierarchy.
position?: number;
Property Value
number
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins