FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid.FlexPivotCellFactory Class / GetSelectionRange Method

In This Topic
    GetSelectionRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetSelectionRange( _
       ByVal rng As C1.WPF.Grid.GridControlRange _
    ) As C1.WPF.Grid.GridControlRange
    public virtual C1.WPF.Grid.GridControlRange GetSelectionRange( 
       C1.WPF.Grid.GridControlRange rng
    )

    Parameters

    rng
    See Also