FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Public Overloads Function GetRowOffset( _
       ByVal fromRow As Integer, _
       ByVal toRow As Integer _
    ) As Double
    public double GetRowOffset( 
       int fromRow,
       int toRow
    )

    Parameters

    fromRow
    From row.
    toRow
    To row.
    See Also