Aspose::Cells::Slicers::SlicerCacheItem class

SlicerCacheItem class

Represent slicer data source item.

class SlicerCacheItem

Methods

MethodDescription
GetSelected()Specifies whether the SlicerItem is selected or not.
GetValue()Returns the label text for the slicer item. Read-only.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SlicerCacheItem& src)operator=
SetSelected(bool value)Specifies whether the SlicerItem is selected or not.
SlicerCacheItem(SlicerCacheItem_Impl* impl)Constructs from an implementation object.
SlicerCacheItem(const SlicerCacheItem& src)Copy constructor.
~SlicerCacheItem()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also