SPREAD for WPF 3.0J - GcSpreadGrid
InsertItems メソッド (NumberDisplayFieldCollection)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > NumberDisplayFieldCollection クラス : InsertItems メソッド
項目を挿入する位置。
コレクションに挿入する項目。
コレクション内の指定したインデックスに複数の項目を挿入します。
シンタックス
'宣言
 
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 メンバ