[]
        
(Showing Draft Content)

C1.Blazor.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)
Parameters
Type Name Description
int row

The row index.

int col

The column index.

Returns
Type Description
GridSelectedState