[]
        
(Showing Draft Content)

C1.WinUI.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)
Public Function GetSelectedTimes(row As Integer, col As Integer) As Integer
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)
Public Function GetSelectedTimes(range As GridCellRange) As Integer
Parameters
Type Name Description
GridCellRange range

The range.

Returns
Type Description
int