Removes an alias from this collection.

[VBScript]
Public Function Remove( _
   ByVal index As Object _
) As Alias
[JScript]
public function Remove(
   index : Object
) : Alias;

Parameters

index
The zero-based index or the name of the alias to remove.

Return Value

The alias removed from the specified index.

See Also

AliasCollection Object | AliasCollection Members | HelpProducer Namespace