ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / Col Property

In This Topic
    Col Property (C1Combo)
    In This Topic
    Returns or sets the column position of the current cell.
    Syntax
    'Declaration
     
    
    Public Property Col As Integer
    public int Col {get; set;}
    See Also