'Usage Dim instance As DoubleCollection Dim index As Integer Dim item As Double instance.Insert(index, item)
Parameters
- index
- Index at which item should be inserted.
- item
- Double value.
'Usage Dim instance As DoubleCollection Dim index As Integer Dim item As Double instance.Insert(index, item)