C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GetSelectedTimes Method / GetSelectedTimes(GridCellRange) Method
The range.

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

Parameters

range
The range.
See Also