MESCIUS.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 _
) 
 

Parameters

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