[]
        
(Showing Draft Content)

C1.Win.Command.C1NavBarButton.ButtonCollection.Insert

Insert Method

Insert(int, object)

Inserts an item to the IList at the specified position.

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