Removes an include file from this collection.

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

Parameters

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

See Also

IncludeFileCollection Object | IncludeFileCollection Members | HelpProducer Namespace