Spread Windows Forms 12.0 Product Documentation
FindRange Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableUtils Class : FindRange Method
Row index of range
Column index of range
Number of rows in range
Number of columns in range
The manager of the range
Maximum number of rows in the range
Maximum number of columns in the range
Number of tables in the range
List of tables intersected with the range
Finds tables intersected in a range.
Syntax
'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) _
) 
'Usage
 
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
)

Parameters

row
Row index of range
column
Column index of range
rowCount
Number of rows in range
columnCount
Number of columns in range
manger
The manager of the range
maxRowcount
Maximum number of rows in the range
maxColumnCount
Maximum number of columns in the range
inRangeTables
Number of tables in the range
intersectTables
List of tables intersected with the range
See Also

Reference

TableUtils Class
TableUtils Members