'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As OmrBubbleModel _ )
'Usage Dim instance As OmrBubbleModelCollection Dim index As Integer Dim value As OmrBubbleModel instance.Insert(index, value)
public void Insert( int index, OmrBubbleModel value )
public: void Insert( int index, OmrBubbleModel* value )
public: void Insert( int index, OmrBubbleModel^ value )
Parameters
- index
- The zero-based index where this method will place the element. If the value of this parameter is equal to the original number of elements in the collection, this method will perform the same operation as the Add method.
- value
- The element to search for in the collection.