[]
Determines whether this reference contains the specified cell.
public bool Contains(int row, int column)
Public Function Contains(row As Integer, column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | An integer value indicates the top row index of cell. |
int | column | An integer value indicates the left column index of cell. |
Type | Description |
---|---|
bool |
|