Inserts the specified Value into the current collection.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Insert( int index, Value item ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ item As Value _ ) |
Parameters
- index
- Type: System..::..Int32
The index where to insert the object.
- item
- Type: C1.C1Rdl.Rdl2008..::..Value
The object to insert.