Excel.Interfaces.SlicerItemData interface
An interface describing the data returned by calling slicerItem.toJSON()
.
Properties
has |
Value is |
is |
Value is |
key | Represents the unique value representing the slicer item. |
name | Represents the title displayed in the Excel UI. |
Property Details
hasData
Value is true
if the slicer item has data.
hasData?: boolean;
Property Value
boolean
Remarks
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
key
Represents the unique value representing the slicer item.
key?: string;
Property Value
string
Remarks
name
Represents the title displayed in the Excel UI.
name?: string;
Property Value
string
Remarks
Office Add-ins