GrapeCity SPREAD for WPF 2.0J
InsertItems メソッド (DateFieldCollection)

項目を挿入する位置の 0 から始まるインデックス。
コレクションに追加するオブジェクトを含む IEnumerable
コレクション内の指定したインデックスに複数の項目を挿入します。
構文
'Declaration
 
Protected Overrides Sub InsertItems( _
   ByVal index As Integer, _
   ByVal value As IEnumerable(Of DateField) _
) 
protected override void InsertItems( 
   int index,
   IEnumerable<DateField> value
)

パラメータ

index
項目を挿入する位置の 0 から始まるインデックス。
value
コレクションに追加するオブジェクトを含む IEnumerable
例外
例外説明
System.InvalidOperationException同じ機能の DateField をコレクションに複数追加することはできません。たとえば、コレクションに DateYearField がすでに存在する場合、DateEraField または DateEraYearField を追加することはできません。
参照

DateFieldCollection クラス
DateFieldCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.