selected_item method
selected_item
Sets whether the item is selected
def selected_item(self, item_index, is_selected):
...
Parameter | Type | Description |
---|---|---|
item_index | int | The item index |
is_selected | bool | Whether the item is selected. True means that this item should be selected. False means that this item should be unselected. |
See Also
- module
aspose.cells.drawing
- class
ListBox