[]
Tests whether the current cell group contains a cell with the specified row and column indices.
public bool ContainsCell(int row, int col)
Type | Name | Description |
---|---|---|
int | row | The row index of the cell. |
int | col | The column index of the cell. |
Type | Description |
---|---|
bool | true if the current group contains the specified cell, false otherwise. |