[]
        
(Showing Draft Content)

C1.Win.C1Command.C1Commands.Insert

Insert Method

Insert(int, object)

Inserts an element into the C1Commands at the specified index.

Declaration
public override void Insert(int index, object o)
Parameters
Type Name Description
int index
object o
Overrides