Returns the "TranslationProject" item at the specified index.

Syntax:

Item( Index as Variant ) As TranslationProject
Return: TranslationProject
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.TranslationProjects
Set Proj = Projs.Item("C:\Projects\TestProject.rwtproject")

See also:

Class TranslationProjects


Last Updated: 04/27/05