ActiveReports 12
Insert Method (TitlesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > TitlesCollection Class : Insert Method
The index at which the title should be inserted.
The title to insert.
Inserts a title into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Title _
) 
public void Insert( 
   int index,
   Title value
)

Parameters

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

Reference

TitlesCollection Class
TitlesCollection Members