WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridWrapCellFactory Class / GetRowOffset Method / GetRowOffset(Int32,Int32) Method
From row.
To row.
In This Topic
    GetRowOffset(Int32,Int32) Method
    In This Topic
    Gets the distance between the two specified rows.
    Syntax
    public double GetRowOffset( 
       int fromRow,
       int toRow
    )

    Parameters

    fromRow
    From row.
    toRow
    To row.
    See Also