C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / C1GridControl Class / GetSelectedState Method
The range.

In This Topic
GetSelectedState Method (C1GridControl)
In This Topic
Gets a GridSelectedState value that indicates the selected state of the cells in a specified range.
Syntax
'Declaration
 
Public Function GetSelectedState( _
   ByVal range As GridControlRange _
) As GridSelectedState
 

Parameters

range
The range.
See Also