DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / GetItem Method
The zero-based index of the element (row).

In This Topic
    GetItem Method
    In This Topic
    Collection element (row) access with access to column values in the row through the IDataRecord interface.
    Syntax
    'Declaration
     
    Function GetItem( _
       ByVal index As Long _
    ) As IDataRecord
    IDataRecord GetItem( 
       long index
    )

    Parameters

    index
    The zero-based index of the element (row).

    Return Value

    Element (row) at the specified index implementing the IDataRecord interface.
    See Also