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


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

パラメータ

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

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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