[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetModelRowFromViewRow

GetModelRowFromViewRow Method

GetModelRowFromViewRow(int)

Gets the row index in the data model that corresponds to the specified row index in the sheet.

Declaration
public virtual int GetModelRowFromViewRow(int row)
Public Overridable Function GetModelRowFromViewRow(row As Integer) As Integer
Parameters
Type Name Description
int row

Row index in the sheet

Returns
Type Description
int