PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / TagListInputParamsItemCollection Class / Item Property / Item(Int32) Property
The index of the item.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets or set the item with the specified index.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal index As Integer _
    ) As TagListInputParamsItem
    public TagListInputParamsItem Item( 
       int index
    ) {get; set;}

    Parameters

    index
    The index of the item.

    Property Value

    The item with the specified index.
    See Also