PowerTools SPREAD for ASP.NET 8.0J
NextNonEmptyRow メソッド (GroupDataModel)

検索を開始する行の1つ前の行インデックス(行0から開始するには-1)
データを含む次の行のインデックスを取得します。
構文
'Declaration
 
Public Overrides Function NextNonEmptyRow( _
   ByVal row As Integer _
) As Integer
public override int NextNonEmptyRow( 
   int row
)

パラメータ

row
検索を開始する行の1つ前の行インデックス(行0から開始するには-1)

戻り値の型

値を含む次の行の行インデックスを表すInteger。値を含む列がない場合は-1。
参照

GroupDataModel クラス
GroupDataModel メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.