Accusoft.FormFixSdk Namespace > OmrBubbleModelCollection Class : Insert Method |
'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 )
Exception | Description |
---|---|
System.ArgumentNullException | Indicates that the element is null. This method will not add null to the collection. |