[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridControlAdapter.GetRowOffset

GetRowOffset Method

GetRowOffset(int)

Gets the distance between the origin and the specified row.

Declaration
public double GetRowOffset(int row)
Parameters
Type Name Description
int row

The row.

Returns
Type Description
double

GetRowOffset(int, int)

Gets the distance between the two specified rows.

Declaration
public double GetRowOffset(int fromRow, int toRow)
Parameters
Type Name Description
int fromRow

From row.

int toRow

To row.

Returns
Type Description
double