ComponentOne Xamarin.iOS
GetRowOffset(Int32,Int32) Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellFactoryBase Class > GetRowOffset Method : GetRowOffset(Int32,Int32) Method
From row.
To row.
Gets the distance between the two specified rows.
Syntax
'Declaration
 
Public Overloads Function GetRowOffset( _
   ByVal fromRow As Integer, _
   ByVal toRow As Integer _
) As Double
'Usage
 
Dim instance As GridCellFactoryBase
Dim fromRow As Integer
Dim toRow As Integer
Dim value As Double
 
value = instance.GetRowOffset(fromRow, toRow)
public double GetRowOffset( 
   int fromRow,
   int toRow
)

Parameters

fromRow
From row.
toRow
To row.
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members
Overload List