ActiveReports.Chart Request technical support
Insert Method
See Also 


index
The index at which the title should be inserted.
value
The title to insert.
Inserts a title into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Title _
) 
Visual Basic (Usage)Copy Code
Dim instance As TitlesCollection
Dim index As Integer
Dim value As Title
 
instance.Insert(index, value)
C# 
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