Excel.Interfaces.SlicerItemLoadOptions interface
Represents a slicer item in a slicer.
$all | Specifying |
has |
Value is |
is |
Value is |
key | Represents the unique value representing the slicer item. |
name | Represents the title displayed in the Excel UI. |
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
Value is true
if the slicer item has data.
hasData?: boolean;
Property Value
boolean
Remarks
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
Represents the unique value representing the slicer item.
key?: boolean;
Property Value
boolean
Remarks
Represents the title displayed in the Excel UI.
name?: boolean;
Property Value
boolean
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: