PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / ExportProviders Class / Item Property / Item(Int32) Property
The index in the current collection.

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

    Parameters

    index
    The index in the current collection.

    Property Value

    The element at the specified index.
    See Also