C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagListInputParamsItemCollection Class / Remove Method
The item to remove.

In This Topic
Remove Method (TagListInputParamsItemCollection)
In This Topic
Removes an item from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal item As TagListInputParamsItem _
) 
 

Parameters

item
The item to remove.
See Also