[]
Represents an item in a slicer.
public interface ISlicerItem
Gets or sets whether the slicer item is selected.
bool Selected { get; set; }
Gets the value of the slicer item.
string Value { get; }