[]
        
(Showing Draft Content)

C1.Win.Command.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)
Public Overrides Sub Insert(index As Integer, o As Object)
Parameters
Type Name Description
int index
object o
Overrides