Adds an IndexNode to this collection.

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

Parameters

node
The IndexNode to add to this collection.

See Also

IndexNodeCollection Object | IndexNodeCollection Members | HelpProducer Namespace