SelectedItem
ListBox.SelectedItem method
设置项目是否被选中
public void SelectedItem(int itemIndex, bool isSelected)
范围 | 类型 | 描述 |
---|---|---|
itemIndex | Int32 | 项目索引 |
isSelected | Boolean | 该项目是否被选中。 True 表示应选中该项目。 False 表示应取消选中该项目。 |
也可以看看
- class ListBox
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells