GrapeCity SPREAD for WPF 2.0J
AddUnboundRow(Int32) メソッド

追加する非連結行の数を示す int 値。
一連の非連結行をコレクションに追加します。
構文
'Declaration
 
Public Overloads Function AddUnboundRow( _
   ByVal count As Integer _
) As Integer()
public int[] AddUnboundRow( 
   int count
)

パラメータ

count
追加する非連結行の数を示す int 値。

戻り値の型

追加された行のインデックスを含む int 配列。
例外
例外説明
System.ArgumentOutOfRangeExceptioncount が0以下です。
参照

RowCollection クラス
RowCollection メンバ
オーバーロード一覧

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.