Insert Method (C1CommandLinks)
In This Topic
Inserts an element into the C1CommandLinks at the specified index.
Syntax
'Declaration
Public Overrides Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public override void Insert(
int ,
object
)
Parameters
- index
- o
See Also