'UsageDim instance As ElasticVector Dim index As Integer Dim value As Object instance.SetAt(index, value)
Parameters
- index
 - The index of the element to set.
 - value
 - The element to be set at the specified index.
 
            'UsageDim instance As ElasticVector Dim index As Integer Dim value As Object instance.SetAt(index, value)