Spread Windows Forms 10.0 Product Documentation
Find(Int32,Int32,Int32,Int32) Method


Row index
Column index
Row count
Column count
Gets a list of ITableRange objects from a specific cell range.
Syntax
'Declaration
 
Overloads Function Find( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal rowCount As Integer, _
   ByVal colCount As Integer _
) As List(Of ITableRange)
'Usage
 
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
)

Parameters

row
Row index
col
Column index
rowCount
Row count
colCount
Column count
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

ITableRangeManager Interface
ITableRangeManager Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.