Replaces an existing element index with a new one.
'Declaration
Public Overridable Function ReplaceAt( _
ByVal As Integer, _
ByVal As Object _
) As Boolean
'Usage
Dim instance As Elements
Dim index As Integer
Dim newObj As Object
Dim value As Boolean
value = instance.ReplaceAt(index, newObj)
Parameters
- index
- Index of the element to be replaced
- newObj
- New element to be used
Return Value
true if successful; false otherwise