WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    public GridSelectedState GetSelectedState( 
       GridControlRange range
    )

    Parameters

    range
    The range.
    See Also