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

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

    Parameters

    rng
    See Also