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

In This Topic
    Col Property (C1ListBase)
    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