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

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

パラメータ

index
項目を挿入する位置の 0 から始まるインデックス。
item
挿入する日付。
解説
この実装により、CollectionChangedイベントが発生します。 このコレクションは操作後にソートされるため、この呼び出し後のindexの項目は異なる場合があります。
参照

SelectedDatesCollection クラス
SelectedDatesCollection メンバ