ActiveReports 12
AddRange Method (TitlesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > TitlesCollection Class : AddRange Method
The set of titles to add to the collection.
Adds an array of titles to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal value() As Title _
) 
public void AddRange( 
   Title[] value
)

Parameters

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

Reference

TitlesCollection Class
TitlesCollection Members