GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > DropDownItemCollection クラス : InsertItem メソッド |
Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As DropDownItem _ )
protected override void InsertItem( int index, DropDownItem item )
例外 | 解説 |
---|---|
System.ArgumentNullException | itemがnull 参照 (Visual Basicでは Nothing)です。 |
System.ArgumentException | itemはすでに別のDropDownItemCollectionに追加されています。 |
System.ArgumentOutOfRangeException | indexが0未満か、項目の数以上です。 |