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

BlackoutDatesCollectionInsertItem メソッド

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

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
protected override void InsertItem(
	int index,
	CalendarDateRange item
)

パラメーター

index
型: SystemInt32
項目を挿入する位置の 0 から始まるインデックス。
item
型: GrapeCity.Windows.InputManCalendarDateRange
挿入するオブジェクト。
例外
例外条件
NotSupportedException このメソッドの呼び出し元スレッドが、現在のインスタンスを初期化したスレッドではありません。
関連項目