FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / GetSelectedState Method

In This Topic
    GetSelectedState Method (C1FlexGrid)
    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