ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / TitlesCollection Class / Insert Method
The index at which the title should be inserted.
The title to insert.

In This Topic
Insert Method (TitlesCollection)
In This Topic
Inserts a title into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Title _
) 
 

Parameters

index
The index at which the title should be inserted.
value
The title to insert.
See Also