[]
Determines whether the range contains a given cell.
public bool Contains(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Index of the row to check. |
int | col | Index of the column to check. |
Type | Description |
---|---|
bool | True if the range contains the cell, False otherwise. |