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