Removes an element from this collection.

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

Parameters

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

Return Value

The element removed from the specified index.

See Also

StyleCollection Object | StyleCollection Members | HelpProducer Namespace