PowerTools SPREAD for Windows Forms 8.0J
NextNonEmptyRow メソッド (AggregationDataModel)


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

パラメータ

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

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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