[]
        
(Showing Draft Content)

C1.Win.Command.C1CommandLinks.Insert

Insert Method

Inserts an element into the C1CommandLinks 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