Gets a SelectedState value that indicates the selected state of the cells in a CellRange.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public SelectedState GetSelectedState(
	CellRange range
)
Visual Basic
Public Function GetSelectedState ( _
	range As CellRange _
) As SelectedState

See Also