ComponentOne FlexGrid for UWP
GetSelectedState Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : GetSelectedState Method
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

Reference

C1FlexGrid Class
C1FlexGrid Members