Aspose::Cells::Slicers::SlicerCacheItem::SetSelected method

SlicerCacheItem::SetSelected method

Specifies whether the SlicerCacheItem is selected or not.

void Aspose::Cells::Slicers::SlicerCacheItem::SetSelected(bool value)

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