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

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the C1DataView object at the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As C1DataView
    public C1DataView Item( 
       System.int index
    ) {get;}

    Parameters

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

    Property Value

    A C1DataView.
    See Also