Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollection Class / Add Method
String value


In This Topic
Add Method (StringCollection)
In This Topic
Adds a string value to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As String _
) 
 
'Usage
 
Dim instance As StringCollection
Dim item As String
 
instance.Add(item)

Parameters

item
String value
See Also