RC-WinTrans Object Model Help |
TranslationProjects.Remove
|
Removes the translation project at the specified index.
Syntax: |
Remove( Index As Variant ) |
| Parameters: |
Index The file name of the translation project 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 Projs As TranslationProjects
Dim Proj As TranslationProject
Set Projs = Application.Workspace.TranslationProjects
Call Projs.Remove("C:\Projects\TestProject.rwtproject")
|
See also: