Spread for ASP.NET 12 Product Documentation
GetModelRowFromDataRow Method (IDataSourceSupport)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > IDataSourceSupport Interface : GetModelRowFromDataRow Method
Data source row index to be converted
Converts the data source row index to the model row index.
Syntax
'Declaration
 
Function GetModelRowFromDataRow( _
   ByVal row As Integer _
) As Integer
'Usage
 
Dim instance As IDataSourceSupport
Dim row As Integer
Dim value As Integer
 
value = instance.GetModelRowFromDataRow(row)
int GetModelRowFromDataRow( 
   int row
)

Parameters

row
Data source row index to be converted
See Also

Reference

IDataSourceSupport Interface
IDataSourceSupport Members