ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / TreeColumnCollection Class / Item Property

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

    Parameters

    index
    See Also