Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StripeCollection Class / AddRange Method
Array of stripes to add.


AddRange Method (StripeCollection)
Adds an array of stripes to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal items() As Stripe _
) 
 
'Usage
 
Dim instance As StripeCollection
Dim items() As Stripe
 
instance.AddRange(items)

Parameters

items
Array of stripes to add.

Return Value

Index at which item was inserted
Exceptions
ExceptionDescription
items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB).
See Also