[]
Gets a value that indicates whether this range contains a given row.
public bool ContainsRow(int row)
Type | Name | Description |
---|---|---|
int | row | Index of the row that may be contained in this range. |
Type | Description |
---|---|
bool | True if this range contains the row specified by the |