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

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 > SelectedDatesCollection クラス : SetItem メソッド
置き換えるアイテムの 0 から始まるインデックス。
指定したインデックスにある項目の新しい値。
指定したインデックスにある項目を置換します。
シンタックス
'宣言
 
Protected Overrides NotOverridable Sub SetItem( _
   ByVal index As System.Integer, _
   ByVal item As System.Date _
) 
protected override void SetItem( 
   System.int index,
   System.DateTime item
)

パラメータ

index
置き換えるアイテムの 0 から始まるインデックス。
item
指定したインデックスにある項目の新しい値。
解説
この実装では、コレクションがソートされ、System.Collections.Specialized.NotifyCollectionChangedEventArgs.Actionの最初のCollectionChangedイベントがSystem.Collections.Specialized.NotifyCollectionChangedAction.Removeで、2番目のCollectionChangedイベントSystem.Collections.Specialized.NotifyCollectionChangedEventArgs.ActionSystem.Collections.Specialized.NotifyCollectionChangedAction.Addであるため、CollectionChangedイベントが2回発生します。
参照

SelectedDatesCollection クラス
SelectedDatesCollection メンバ