ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / AddRange Method
The set of titles to add to the collection.

In This Topic
    AddRange Method (TitlesCollection)
    In This Topic
    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