Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / IntersectColumn Method
Column index


In This Topic
IntersectColumn Method
In This Topic
Determines whether the range of cells intersects the specified column.
Syntax
'Declaration
 
Public Function IntersectColumn( _
   ByVal column As Integer _
) As Boolean
 
'Usage
 
Dim instance As CellRange
Dim column As Integer
Dim value As Boolean
 
value = instance.IntersectColumn(column)

Parameters

column
Column index
See Also