ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ItemCollection Class / Item Property

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

    Parameters

    index
    See Also