Spread for ASP.NET 12 Product Documentation
Find Method (ISheetSpanModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetSpanModel Interface : Find Method
Row index of the cell.
Column index of cell.
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)
CellRange Find( 
   int row,
   int column
)

Parameters

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

Reference

ISheetSpanModel Interface
ISheetSpanModel Members