PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / DataSourceCollection Class / Item Property
The index in the current collection.

In This Topic
    Item Property (DataSourceCollection)
    In This Topic
    Gets or sets the DataSource at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As DataSource
    public DataSource this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The index in the current collection.

    Property Value

    The DataSource at the specified index.
    See Also