PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TagListInputParamsItemCollection Class / Add Method
The item to add.

In This Topic
    Add Method (TagListInputParamsItemCollection)
    In This Topic
    Adds an item to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As TagListInputParamsItem _
    ) As Integer
    public int Add( 
       TagListInputParamsItem item
    )

    Parameters

    item
    The item to add.

    Return Value

    The index of the newly added item.
    See Also