Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollection Class / AddRange Method
Array of string values


In This Topic
AddRange Method (StringCollection)
In This Topic
Adds an array of string values to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As String _
) 
 
'Usage
 
Dim instance As StringCollection
Dim items() As String
 
instance.AddRange(items)

Parameters

items
Array of string values
See Also