ComponentOne FlexPivot for WinForms
Add Method (TagCollection)

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > TagCollection Class : Add Method
The System.Object to add to the TagCollection.
Adds an item to the TagCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As System.Object _
) As System.Integer
public System.int Add( 
   System.object value
)

Parameters

value
The System.Object to add to the TagCollection.
See Also

Reference

TagCollection Class
TagCollection Members