Aspose::Cells::Slicers::SlicerCacheItem class
SlicerCacheItem class
Represent slicer data source item.
class SlicerCacheItem
Methods
Method | Description |
---|---|
GetSelected() | Specifies whether the SlicerItem is selected or not. |
GetValue() | Returns the label text for the slicer item. Read-only. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Slicers
- Library Aspose.Cells for C++