FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridWrapCellFactory Class / GetRowOffset Method / GetRowOffset(Int32) Method
The row.

In This Topic
    GetRowOffset(Int32) Method
    In This Topic
    Gets the distance between the origin and the specified row.
    Syntax
    'Declaration
     
    Public Overloads Function GetRowOffset( _
       ByVal row As Integer _
    ) As Double
    public double GetRowOffset( 
       int row
    )

    Parameters

    row
    The row.
    See Also