[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetDataRowFromModelRow

GetDataRowFromModelRow Method

GetDataRowFromModelRow(int)

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

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

Row index in the model

Returns
Type Description
int
Implements