ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ColContaining Method

In This Topic
    ColContaining Method (C1Combo)
    In This Topic
    Returns the column index containing the specified coordinate.
    Syntax
    'Declaration
     
    
    Public Function ColContaining( _
       ByVal x As Integer _
    ) As Integer
    public int ColContaining( 
       int x
    )

    Parameters

    x
    See Also