リサイズはクリックかドラッグ

NotifyCollectionTInsertItems メソッド

コレクション内の指定したインデックスに複数の項目を挿入します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
protected virtual void InsertItems(
	int index,
	IEnumerable<T> value
)

パラメーター

index
型: SystemInt32
項目を挿入する位置の 0 から始まるインデックス。
value
型: System.Collections.GenericIEnumerableT
コレクションに追加するオブジェクトを含む IEnumerableT
例外
例外条件
ArgumentNullException 指定された値が です。
InvalidOperationException コレクションがロックされています。
ArgumentExceptionvalue が含まれます。
関連項目