[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.GetSelectedState

GetSelectedState Method

GetSelectedState(int, int)

Gets a GridSelectedState value that indicates the selected state of the cells in a specified column and row.

Declaration
public GridSelectedState GetSelectedState(int row, int col)
Public Function GetSelectedState(row As Integer, col As Integer) As GridSelectedState
Parameters
Type Name Description
int row

The row index.

int col

The column index.

Returns
Type Description
GridSelectedState