PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocumentItemCollection Class / Item Property

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

    Parameters

    index
    See Also