ActiveReports 12
AddRange Method (WallRangesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > WallRangesCollection Class : AddRange Method
The set of WallRanges to add to the collection.
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

Reference

WallRangesCollection Class
WallRangesCollection Members