select_items method
select_items(self, labels, append)
def select_items(self, labels, append):
...
| Parameter | Type | Description |
|---|---|---|
| labels | list | Selected labels. |
| append | bool | False 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 Slicer.clear_filter method.
See Also
- module
aspose.cells.slicers - class
Slicer