Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class / IntersectColumn Method
Column index


In This Topic
    IntersectColumn Method (CellRange)
    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)
    public bool IntersectColumn( 
       int column
    )

    Parameters

    column
    Column index
    See Also