GrapeCity.Windows.SpreadGrid.Editors 名前空間 > NotifyCollection<T> クラス : InsertItems メソッド |
'Declaration
Protected Overridable Sub InsertItems( _ ByVal index As Integer, _ ByVal value As IEnumerable(Of T) _ )
protected virtual void InsertItems( int index, IEnumerable<T> value )
例外 | 説明 |
---|---|
System.ArgumentNullException | 指定された値が null 参照 (Visual Basicでは Nothing) です。 |
System.InvalidOperationException | コレクションがロックされています。 |
System.ArgumentException | value に null 参照 (Visual Basicでは Nothing) が含まれます。 |