ComponentOne List for WinForms
C1.Win.C1List Namespace / ValueItemCollection Class / Item Property

In This Topic
    Item Property (ValueItemCollection)
    In This Topic
    Gets or sets the specified ValueItem from the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ValueItem
    public ValueItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also