Aspose::Cells::Drawing::ListBox::SelectedItem method

ListBox::SelectedItem method

Sets whether the item is selected.

void Aspose::Cells::Drawing::ListBox::SelectedItem(int32_t itemIndex, bool isSelected)
ParameterTypeDescription
itemIndexint32_tThe item index
isSelectedboolWhether the item is selected. True means that this item should be selected. False means that this item should be unselected.

See Also