PowerTools SPREAD for Windows Forms 8.0J
Find(Int32,Int32,Int32,Int32) メソッド


行インデックス
列インデックス
行カウント
列の数。
特定のセル範囲からITableRangeオブジェクトのリストを取得します。
構文
'Declaration
 
Overloads Function Find( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal rowCount As Integer, _
   ByVal colCount As Integer _
) As List(Of ITableRange)
'使用法
 
Dim instance As ITableRangeManager
Dim row As Integer
Dim col As Integer
Dim rowCount As Integer
Dim colCount As Integer
Dim value As List(Of ITableRange)
 
value = instance.Find(row, col, rowCount, colCount)
List<ITableRange> Find( 
   int row,
   int col,
   int rowCount,
   int colCount
)

パラメータ

row
行インデックス
col
列インデックス
rowCount
行カウント
colCount
列の数。
参照

ITableRangeManager インタフェース
ITableRangeManager メンバ
オーバーロード一覧

 

 


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