Adds an element to this collection.

[VBScript]
Public Sub Add( _
   ByVal tocNode AsTocNode _
)
[JScript]
public function Add(
   tocNode : TocNode
);

Parameters

tocNode
The element to add to this collection.

See Also

TocNodeCollection Object | TocNodeCollection Members | HelpProducer Namespace