[]
Returns true if this range contains the specified column.
public bool ContainsColumn(int column)
Public Function ContainsColumn(column As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | column | The column to test whether it is contained. |
| Type | Description |
|---|---|
| bool |