'Usage Dim instance As DetachmentCollection Dim index As Integer Dim items() As Single instance.InsertRange(index, items)
Parameters
- index
- Index at which items should be inserted.
- items
- Array of Single values.
'Usage Dim instance As DetachmentCollection Dim index As Integer Dim items() As Single instance.InsertRange(index, items)
Exception | Description |
---|---|
System.ArgumentNullException | items is a null reference (Nothing in VB). |
System.ArgumentOutOfRangeException | some value in items is less than zero or is greater than 4. |