[]
        
(Showing Draft Content)

C1.Blazor.Grid.FlexGrid.GetSelectedTimes

GetSelectedTimes Method

GetSelectedTimes(int, int)

Gets the number of times a cell is selected.

Declaration
public int GetSelectedTimes(int row, int col)
Parameters
Type Name Description
int row

The row index.

int col

The column index.

Returns
Type Description
int

GetSelectedTimes(GridCellRange)

Gets the number of times a cell is selected.

Declaration
public int GetSelectedTimes(GridCellRange range)
Parameters
Type Name Description
GridCellRange range

The range.

Returns
Type Description
int