[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.BaseSheetSpanModel.Find

Find Method

Find(int, int)

Finds the cell span in the collection that includes the cell at the specified row and column.

Declaration
public virtual CellRange Find(int row, int column)
Public Overridable Function Find(row As Integer, column As Integer) As CellRange
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

Returns
Type Description
CellRange
Implements