Inserts the specified RenderObject into the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Insert(
	int index,
	RenderObject ro
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	ro As RenderObject _
)

Parameters

index
Type: System..::..Int32
The index where to insert the object.
ro
Type: C1.C1Preview..::..RenderObject
The object to insert.

See Also