Aspose::Cells::Slicers::Slicer::SelectItems method

Slicer::SelectItems method

void Aspose::Cells::Slicers::Slicer::SelectItems(const Vector<U16String> &labels, bool append)
ParameterTypeDescription
labelsconst Vector <U16String>&Selected labels.
appendboolFalse means only selecting these labels and unselecting others. True means keeping old selected items and selecting these labels.

Remarks

If you want to select all items, please use ClearFilter method.

See Also