Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSpanModel Class / Find Method
Row index of the cell
Column index of the cell


In This Topic
    Find Method (DefaultSheetSpanModel)
    In This Topic
    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