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


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

Parameters

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

Reference

DefaultSheetSpanModel Class
DefaultSheetSpanModel Members