| GrapeCity.Windows.SpreadGrid.Editors 名前空間 > SelectorSetterCollection クラス : InsertItem メソッド |
'DeclarationProtected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As SelectorSetter _ )
protected override void InsertItem( int index, SelectorSetter item )
| 例外 | 説明 |
|---|---|
| System.ArgumentOutOfRangeException | index がゼロ未満です。または、index が SelectorSetterCollection.Count を超えています。 |
| System.ArgumentException | Property が null 参照 (Visual Basicでは Nothing) または System.String.Empty です。 |