Aspose::Cells::Slicers::SlicerCacheItem::GetSelected method

SlicerCacheItem::GetSelected method

Specifies whether the SlicerCacheItem is selected or not.

bool Aspose::Cells::Slicers::SlicerCacheItem::GetSelected()

Remarks

Please use Slicer.SelectItems(string[], bool) method instead if you want to select item. Because this refresh operation causes poor performance due to full data reload every time selection changes.

See Also