'Usage Dim instance As DetachmentCollection Dim index As Integer Dim item As Single instance.Insert(index, item)
Parameters
- index
- Index at which item should be inserted.
- item
- Single value.
'Usage Dim instance As DetachmentCollection Dim index As Integer Dim item As Single instance.Insert(index, item)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | item is less than zero or is greater than 4. |