C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GetSelectedTimes Method / GetSelectedTimes(Int32,Int32) Method
The row index.
The column index.

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

Parameters

row
The row index.
col
The column index.
See Also