ActiveReports Developer 7
AddRange Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRangesCollection Class : AddRange Method

value
The set of WallRanges to add to the collection.

Glossary Item Box

Adds an array of WallRanges to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As WallRange _
) 
C# 
public void AddRange( 
   WallRange[] value
)

Parameters

value
The set of WallRanges to add to the collection.

See Also