[]
Gets the number of times a cell is selected.
public int GetSelectedTimes(int row, int col)
Type | Name | Description |
---|---|---|
int | row | The row index. |
int | col | The column index. |
Type | Description |
---|---|
int |
Gets the number of times a cell is selected.
public int GetSelectedTimes(GridCellRange range)
Type | Name | Description |
---|---|---|
GridCellRange | range | The range. |
Type | Description |
---|---|
int |