ActiveReports 12
Insert Method (WallRangesCollection)

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

Parameters

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

Reference

WallRangesCollection Class
WallRangesCollection Members