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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > BaseSheetSpanModel Class : Find Method
Row index of cell
Column index of cell
Finds the cell span in the collection that includes the cell at the specified row and column.
Syntax
'Declaration
 
Public Overridable Function Find( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellRange
'Usage
 
Dim instance As BaseSheetSpanModel
Dim row As Integer
Dim column As Integer
Dim value As CellRange
 
value = instance.Find(row, column)
public virtual CellRange Find( 
   int row,
   int column
)

Parameters

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

Reference

BaseSheetSpanModel Class
BaseSheetSpanModel Members