ComponentOne Xamarin.iOS
GetRowOffset(Int32) Method


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

Parameters

row
The row.
See Also

Reference

GridCellFactoryBase Class
GridCellFactoryBase Members
Overload List