Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GetSelectedState Method / GetSelectedState(GridControlRange) Method
The range.

In This Topic
    GetSelectedState(GridControlRange) Method
    In This Topic
    Gets a GridSelectedState value that indicates the selected state of the cells in a specified range.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetSelectedState( _
       ByVal range As GridControlRange _
    ) As GridSelectedState
    public GridSelectedState GetSelectedState( 
       GridControlRange range
    )

    Parameters

    range
    The range.
    See Also