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

In This Topic
    LeftCol Property (C1Combo)
    In This Topic
    Returns or sets the zero-based index of the leftmost column in a list or split.
    Syntax
    'Declaration
     
    
    Public Property LeftCol As Integer
    public int LeftCol {get; set;}
    See Also