[]
Determines whether the range contains a given column.
public bool ContainsCol(int col)
Public Function ContainsCol(col As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | col | Index of the column to check. |
| Type | Description |
|---|---|
| bool | True if the range contains the column, False otherwise. |