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

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