FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / GetSelectionRange Method

In This Topic
    GetSelectionRange Method (GridCellFactory)
    In This Topic
    Gets the effective selection range from another range.
    Syntax
    'Declaration
     
    Public Overrides Function GetSelectionRange( _
       ByVal rng As GridControlRange _
    ) As GridControlRange
    public override GridControlRange GetSelectionRange( 
       GridControlRange rng
    )

    Parameters

    rng
    See Also