C1.WPF.PrintDocument.4.6.2 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
 

Parameters

item
The item to add.

Return Value

The index of the newly added item.
See Also