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