ListBox.SelectedItem
ListBox.SelectedItem method
Sets whether the item is selected
public void SelectedItem(int itemIndex, bool isSelected)
Parameter | Type | Description |
---|---|---|
itemIndex | Int32 | The item index |
isSelected | Boolean | Whether the item is selected. True means that this item should be selected. False means that this item should be unselected. |
See Also
- class ListBox
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells