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

項目を挿入する位置。
コレクションに挿入する項目。
コレクション内の指定したインデックスに複数の項目を挿入します。
構文
'Declaration
 
Protected Overrides Sub InsertItems( _
   ByVal index As Integer, _
   ByVal value As IEnumerable(Of NumberDisplayField) _
) 
protected override void InsertItems( 
   int index,
   IEnumerable<NumberDisplayField> value
)

パラメータ

index
項目を挿入する位置。
value
コレクションに挿入する項目。
参照

NumberDisplayFieldCollection クラス
NumberDisplayFieldCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.