ActiveReports.Chart Request technical support
AddRange Method
See Also 


value
The set of WallRanges to add to the collection.
Adds an array of WallRanges to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As WallRange _
) 
Visual Basic (Usage)Copy Code
Dim instance As WallRangesCollection
Dim value() As WallRange
 
instance.AddRange(value)
C# 
public void AddRange( 
   WallRange[] value
)

Parameters

value
The set of WallRanges to add to the collection.

See Also