ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / Clone Method

In This Topic
    Clone Method (TitlesCollection)
    In This Topic
    Creates a clone of the TitlesCollection.
    Syntax
    'Declaration
     
    Public Function Clone() As Object
    public object Clone()

    Return Value

    A clone of the TitlesCollection.
    See Also