ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / Remove Method
The title to remove.

In This Topic
    Remove Method (TitlesCollection)
    In This Topic
    Removes the first occurrence of a specific title from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As Title _
    ) 
    public void Remove( 
       Title value
    )

    Parameters

    value
    The title to remove.
    See Also