ActiveReports.Chart Request technical support
Insert Method
See Also 


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

Syntax

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