[]
        
(Showing Draft Content)

C1.Framework.ElementList.Insert

Insert Method

Insert(int, object)

Inserts an Element at a specified index.

Declaration
public override void Insert(int index, object value)
Public Overrides Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index

Index where the Element will be inserted.

object value

Element to add to the list.

Overrides