Slicer.SelectItems

Slicer.SelectItems method

public void SelectItems(string[] labels, bool append)
ParameterTypeDescription
labelsString[]Selected labels.
appendBooleanFalse 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