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

In This Topic
GetSelectedState(Int32,Int32) Method
In This Topic
Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row.
Syntax
'Declaration
 
Public Overloads Function GetSelectedState( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As GridSelectedState
 

Parameters

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