FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / GetRowOffset Method / GetRowOffset(Int32,Int32) Method

In This Topic
    GetRowOffset(Int32,Int32) Method
    In This Topic
    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
    toRow
    See Also