ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / WallRangesCollection Class / AddRange Method
The set of WallRanges to add to the collection.

In This Topic
    AddRange Method (WallRangesCollection)
    In This Topic
    Adds an array of WallRanges to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal value() As WallRange _
    ) 
    public void AddRange( 
       WallRange[] value
    )

    Parameters

    value
    The set of WallRanges to add to the collection.
    See Also