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


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