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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also