Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FillCollection Class / AddRange Method
Array of fills


In This Topic
    AddRange Method (FillCollection)
    In This Topic
    Adds an array of fills to the collection.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal items() As Fill _
    ) 
    'Usage
     
    
    Dim instance As FillCollection
    Dim items() As Fill
     
    instance.AddRange(items)
    public void AddRange( 
       Fill[] items
    )

    Parameters

    items
    Array of fills
    See Also