Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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 ICollection _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartCollection
    Dim charts As ICollection
     
    instance.AddRange(charts)
    public void AddRange( 
       ICollection charts
    )

    Parameters

    charts
    The charts.
    See Also