ActiveReports 6 Online Help
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 Integer, _
   ByVal value As Series _
) 
public void Insert( 
   int index,
   Series value
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SeriesCollection Class
SeriesCollection Members

Send Feedback