Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StripeCollection Class / AddRange Method
Array of stripes to add.


In This Topic
    AddRange Method (StripeCollection)
    In This Topic
    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)
    public void AddRange( 
       Stripe[] 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