DataEngine for .NET Standard | ComponentOne
C1.DataEngine.Collection Assembly / C1.DataEngine Namespace / C1DataEngineCollection Class / Item Property

In This Topic
    Item Property (C1DataEngineCollection)
    In This Topic
    Gets the element at the specified index in the read-only list.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public override object this[ 
       int index
    ]; {get;}

    Parameters

    index

    Property Value

    The item at the specified position.
    See Also