is_selected method
is_selected(self, item_index)
Indicates whether the item is selected.
Returns
whether the item is selected.
def is_selected(self, item_index):
...
| Parameter | Type | Description |
|---|---|---|
| item_index | int | The item index. |
See Also
- module
aspose.cells.drawing - class
ListBox