ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / Item Property
The zero-based index of the C1ViewRow to get.

In This Topic
    Item Property (C1DataView)
    In This Topic
    Returns a C1ViewRow object at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As C1ViewRow
    public C1ViewRow this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The zero-based index of the C1ViewRow to get.

    Property Value

    A C1ViewRow.
    See Also