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


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

Parameters

row
Model row index to be converted
See Also

Reference

IDataSourceSupport Interface
IDataSourceSupport Members