Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartCollection Class / AddRange Method
The charts.


In This Topic
    AddRange Method (SpreadChartCollection)
    In This Topic
    Adds the range.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal charts() As SpreadChart _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartCollection
    Dim charts() As SpreadChart
     
    instance.AddRange(charts)
    public void AddRange( 
       SpreadChart[] charts
    )

    Parameters

    charts
    The charts.
    See Also