[]
        
(Showing Draft Content)

C1.Maui.Grid.GridControlAdapter.GetRowOffset

GetRowOffset Method

GetRowOffset(int, int)

Gets the distance between the two specified rows.

Declaration
public double GetRowOffset(int fromRow, int toRow)
Public Function GetRowOffset(fromRow As Integer, toRow As Integer) As Double
Parameters
Type Name Description
int fromRow

From the row.

int toRow

To the row.

Returns
Type Description
double