Aspose::Cells::Drawing::ListBox::IsSelected method

ListBox::IsSelected method

Indicates whether the item is selected.

bool Aspose::Cells::Drawing::ListBox::IsSelected(int32_t itemIndex)
ParameterTypeDescription
itemIndexint32_tThe item index.

ReturnValue

whether the item is selected.

See Also