'Declaration Public Function IntersectColumn( _ ByVal column As System.Integer _ ) As System.Boolean
'Usage Dim instance As CellRange Dim column As System.Integer Dim value As System.Boolean value = instance.IntersectColumn(column)
public System.bool IntersectColumn( System.int column )
Parameters
- column
- The column index.
Return Value
true
if the range intersects the column; otherwise, false
.