Excel.Interfaces.SlicerItemUpdateData interface
An interface for updating data on the SlicerItem
object, for use in slicerItem.set({ ... })
.
Properties
is |
Value is |
Property Details
isSelected
Value is true
if the slicer item is selected. Setting this value will not clear the selected state of other slicer items. By default, if the slicer item is the only one selected, when it is deselected, all items will be selected.
isSelected?: boolean;
Property Value
boolean
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