ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / GetSelectedState Method

In This Topic
    GetSelectedState Method
    In This Topic
    Gets a SelectedState value that indicates the selected state of the cells in a CellRange.
    Syntax
    'Declaration
     
    
    Public Function GetSelectedState( _
       ByVal rng As CellRange _
    ) As SelectedState
    public SelectedState GetSelectedState( 
       CellRange rng
    )

    Parameters

    rng
    See Also