ContainsCol Method (CellRange)
In This Topic
Determines whether the range contains a given column.
Syntax
'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.
See Also