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

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

パラメータ

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

DateFieldCollection クラス
DateFieldCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.