Spread Windows Forms 9.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

TableUtils Class
TableUtils Members

 

 


Copyright © GrapeCity, inc. All rights reserved.