ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ColumnCollection Class / Item Property

In This Topic
    Item Property (ColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As BaseColumn
    public BaseColumn this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also