SPREAD for WPF 4.0J - GcSpreadSheet
InsertItem メソッド (BlackoutDatesCollection)

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 > BlackoutDatesCollection クラス : InsertItem メソッド
項目を挿入する位置の 0 から始まるインデックス。
挿入するオブジェクト。
コレクション内の指定したインデックスに項目を挿入します。
シンタックス
'宣言
 
Protected Overrides NotOverridable Sub InsertItem( _
   ByVal index As System.Integer, _
   ByVal item As CalendarDateRange _
) 
protected override void InsertItem( 
   System.int index,
   CalendarDateRange item
)

パラメータ

index
項目を挿入する位置の 0 から始まるインデックス。
item
挿入するオブジェクト。
例外
例外解説
このメソッドの呼び出し元スレッドが、現在のインスタンスを初期化したスレッドではありません。
解説
基本クラスは、アイテムがコレクションに追加されるときにこのメソッドを呼び出します。 この実装により、System.Collections.Specialized.INotifyCollectionChanged.CollectionChangedイベントが発生します。 詳細については、System.Collections.ObjectModel.Collection`1基本クラスのSystem.Collections.ObjectModel.Collection`1.InsertItem(System.Int32,`0)メソッドを参照してください。
参照

BlackoutDatesCollection クラス
BlackoutDatesCollection メンバ