Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSpanModel Interface / Find Method
Row index of the cell.
Column index of cell.


In This Topic
Find Method (ISheetSpanModel)
In This Topic
Finds the cell span with the specified cell in the collection.
Syntax
'Declaration
 
Function Find( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellRange
 
'Usage
 
Dim instance As ISheetSpanModel
Dim row As Integer
Dim column As Integer
Dim value As CellRange
 
value = instance.Find(row, column)

Parameters

row
Row index of the cell.
column
Column index of cell.
See Also