SPREAD for WPF 3.0J - GcSpreadGrid
InsertOverride メソッド (RowCollection)

GrapeCity.Windows.SpreadGrid 名前空間 > RowCollection クラス : InsertOverride メソッド
挿入する位置を示す int 値。
挿入する項目の数を示す int 値。
一連の新しい項目をデータセットに挿入します。
シンタックス
'宣言
 
Protected Overrides Function InsertOverride( _
   ByVal index As Integer, _
   ByVal count As Integer _
) As Boolean
protected override bool InsertOverride( 
   int index,
   int count
)

パラメータ

index
挿入する位置を示す int 値。
count
挿入する項目の数を示す int 値。

戻り値の型

要素が正常に挿入された場合は true。それ以外の場合は false
参照

RowCollection クラス
RowCollection メンバ