Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlAdapter Class / GetSelectionRange Method
The range from which to get the effective selection range.

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

    Parameters

    range
    The range from which to get the effective selection range.
    See Also