Application object
Workspace object
TranslationProjects object
TranslationProject object

The "TranslationProjects" object is a collection of "TranslationProject" objects.

MemberDescription
Add Adds a new translation project to the collection.
Add( Name As String, Filename As String, SourceLanguage As String ) As TranslationProject
Item Returns the "TranslationProject" item at the specified index.
Item( Index as Variant ) As TranslationProject
Remove Removes the translation project at the specified index.
Remove( Index As Variant )
Count Returns the number of translation projects in the collection.


Last Updated: 04/27/05