PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / SystemTagCollection Class / Item Property / Item(Int32) Property
The index of the TagSys in the current collection.

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

    Parameters

    index
    The index of the TagSys in the current collection.

    Property Value

    The TagSys with the specified index.
    See Also