[]
        
(Showing Draft Content)

C1.C1Preview.RenderObjectCollection.Insert

Insert Method

Insert(int, RenderObject)

Inserts the specified RenderObject into the current collection.

Declaration
public void Insert(int index, RenderObject ro)
Parameters
Type Name Description
int index

The index where to insert the object.

RenderObject ro

The object to insert.