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