Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRangeManager Interface / Find Method / Find(Int32,Int32,Int32,Int32) Method
Row index
Column index
Row count
Column count


In This Topic
    Find(Int32,Int32,Int32,Int32) Method
    In This Topic
    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)

    Parameters

    row
    Row index
    col
    Column index
    rowCount
    Row count
    colCount
    Column count
    See Also