GrapeCity SPREAD for WPF 2.0J
InsertUnboundRow メソッド

挿入する位置を示す int 値。
挿入する行の数を示す int 値。
一連の非連結行をコレクションに挿入します。
構文
'Declaration
 
Public Sub InsertUnboundRow( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void InsertUnboundRow( 
   int index,
   int count
)

パラメータ

index
挿入する位置を示す int 値。
count
挿入する行の数を示す int 値。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount を超えています。または、count が0以下です。
参照

RowCollection クラス
RowCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.