[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetModelRowFromDataRow

GetModelRowFromDataRow Method

GetModelRowFromDataRow(int)

Gets the row in the model for the specified data source row.

Declaration
public int GetModelRowFromDataRow(int row)
Public Function GetModelRowFromDataRow(row As Integer) As Integer
Parameters
Type Name Description
int row

Row index of data source

Returns
Type Description
int
Implements