[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ISheetSpanModel.Find

Find Method

Find(int, int)

Finds the cell span with the specified cell in the collection.

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

Row index of the cell.

int column

Column index of cell.

Returns
Type Description
CellRange