Determines whether the range contains a given column.
'Declaration
Public Function ContainsCol( _
ByVal As Integer _
) As Boolean
public bool ContainsCol(
int
)
Parameters
- col
- Index of the column to check.
Return Value
True if the range contains the column, False otherwise.