Class SlicerCacheItem
Class SlicerCacheItem
Namespace: Aspose.Cells.Slicers
Assembly: Aspose.Cells.dll (25.2.0)
Represent slicer data source item
public class SlicerCacheItem
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Selected
Specifies whether the SlicerItem is selected or not.
public bool Selected { get; set; }
Property Value
Value
Returns the label text for the slicer item. Read-only.
public string Value { get; }