PowerTools SPREAD for Windows Forms 8.0J
FindRange メソッド


範囲の行インデックス
範囲の列インデックス
範囲の行数
範囲の列数
範囲のマネージャ
範囲内の最大の行数
範囲内の最大の列数
範囲内のテーブルの数
範囲と交差するテーブルのリスト
範囲内の交差するテーブルを検索します。
構文
'Declaration
 
Public Shared Sub FindRange( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal manger As ITableRangeManager, _
   ByVal maxRowcount As Integer, _
   ByVal maxColumnCount As Integer, _
   ByRef inRangeTables As List(Of ITableRange), _
   ByRef intersectTables As List(Of ITableRange) _
) 
'使用法
 
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim manger As ITableRangeManager
Dim maxRowcount As Integer
Dim maxColumnCount As Integer
Dim inRangeTables As List(Of ITableRange)
Dim intersectTables As List(Of ITableRange)
 
TableUtils.FindRange(row, column, rowCount, columnCount, manger, maxRowcount, maxColumnCount, inRangeTables, intersectTables)
public static void FindRange( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   ITableRangeManager manger,
   int maxRowcount,
   int maxColumnCount,
   out List<ITableRange> inRangeTables,
   out List<ITableRange> intersectTables
)

パラメータ

row
範囲の行インデックス
column
範囲の列インデックス
rowCount
範囲の行数
columnCount
範囲の列数
manger
範囲のマネージャ
maxRowcount
範囲内の最大の行数
maxColumnCount
範囲内の最大の列数
inRangeTables
範囲内のテーブルの数
intersectTables
範囲と交差するテーブルのリスト
参照

TableUtils クラス
TableUtils メンバ

 

 


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