C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellFactory Class / GetSelectedTimes Method
The range of the cell.

In This Topic
GetSelectedTimes Method (GridCellFactory)
In This Topic
Gets the number of times a cell is selected.
Syntax
'Declaration
 
Public Overrides Function GetSelectedTimes( _
   ByVal range As GridControlRange _
) As Integer
 

Parameters

range
The range of the cell.
See Also