RC-WinTrans Object Model Help |
ProjectFiles.Remove |
Removes the project file at the specified index.
Syntax: |
Remove(Index As Variant) |
Parameters: |
Index The name of the source file or the index number of the collection element. The index can be a numerical expression (a number from 1 to the value of the "Count" property) or a string. |
Example: | Dim Proj As TranslationProject Set Proj = Application.ActiveProject Call Proj.ProjectFiles.Remove(1) |
See also: