ActiveReports 12
Remove Method (TitlesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > TitlesCollection Class : Remove Method
The title to remove.
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

Reference

TitlesCollection Class
TitlesCollection Members