ComboBox.SelectedIndex
ComboBox.SelectedIndex property
Gets or sets the index number of the currently selected item in a list box or combo box. Zero-based.
public int SelectedIndex { get; set; }
Remarks
-1 presents no item is selected.
See Also
- class ComboBox
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells