Adds an element to this collection.

[VBScript]
Public Sub Add( _
   ByVal style As Style _
)
[JScript]
public function Add(
   style : Style
);

Parameters

style
The element to add to this collection.

See Also

StyleCollection Object | StyleCollection Members | HelpProducer Namespace