GrapeCity.Windows.SpreadGrid.Editors 名前空間 > GcComboBox クラス : GetItemIndex メソッド |
'Declaration
Public Function GetItemIndex( _ ByVal itemDisplayIndex As Integer _ ) As Integer
public int GetItemIndex( int itemDisplayIndex )
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | itemDisplayIndex が 0 未満です。 または、itemDisplayIndex が項目の数を超えています。 |