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


検索する行のインデックス
検索を開始する列のインデックス
この行で、データを含む次の列のインデックスを返します。
構文
'Declaration
 
Function NextNonEmptyColumnInRow( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Integer
'使用法
 
Dim instance As IOptimizedEnumerationSupport
Dim row As Integer
Dim column As Integer
Dim value As Integer
 
value = instance.NextNonEmptyColumnInRow(row, column)
int NextNonEmptyColumnInRow( 
   int row,
   int column
)

パラメータ

row
検索する行のインデックス
column
検索を開始する列のインデックス

戻り値の型

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

IOptimizedEnumerationSupport インタフェース
IOptimizedEnumerationSupport メンバ

 

 


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