'Declaration Public Function ContainsColumn( _ ByVal col As System.Integer _ ) As System.Boolean
public System.bool ContainsColumn( System.int col )
Parameters
- col
- Index of the column that may be contained in this range.
Return Value
True if this range contains the column specified by the col parameter.