ActiveReports 8
Insert Method (SeriesCollection)

The index at which the series should be inserted.
The series to insert.
Inserts a series into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As Series _
) 
public void Insert( 
   System.int index,
   Series value
)

Parameters

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

Reference

SeriesCollection Class
SeriesCollection Members

Support Forum