Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ExportOptions Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets an ExporterOptions object by its index in the current ExportOptions.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As ExporterOptions
    public ExporterOptions Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also