ActiveReports.Chart Request technical support
Remove Method
See Also 


value
The title to remove.
Removes the first occurrence of a specific title from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Title _
) 
Visual Basic (Usage)Copy Code
Dim instance As TitlesCollection
Dim value As Title
 
instance.Remove(value)
C# 
public void Remove( 
   Title value
)

Parameters

value
The title to remove.

See Also