AddRange Method (SeriesCollection)
In This Topic
Adds an array of Series objects to the collection.
Syntax
'Declaration
Public Sub AddRange( _
ByVal () As Series _
)
public void AddRange(
Series[]
)
Parameters
- value
- The set of Series objects to add to the collection.
See Also