ActiveReports.Chart Request technical support
AddRange Method
See Also 


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

Syntax

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

Parameters

value
The set of titles to add to the collection.

See Also