[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetSpanModel.Find

Find Method

Find(int, int)

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

Declaration
public override CellRange Find(int row, int column)
Public Overrides 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 the cell

Returns
Type Description
CellRange
Overrides