Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRangeManager Interface / Find Method / Find(Int32,Int32) Method
Row index
Column Index


In This Topic
Find(Int32,Int32) Method
In This Topic
Finds an ITableRange from specified row and column.
Syntax
'Declaration
 
Overloads Function Find( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As ITableRange
 
'Usage
 
Dim instance As ITableRangeManager
Dim row As Integer
Dim column As Integer
Dim value As ITableRange
 
value = instance.Find(row, column)

Parameters

row
Row index
column
Column Index

Return Value

An ITableRange object. Null if not found
See Also