TranslationProject object
ProjectFiles object
ProjectFile object

The "ProjectFiles" object is a collection of "ProjectFile" objects.

MemberDescription
Add Adds a "ProjectFile" object to the collection.
Add( ProjectFilePath As String ) As ProjectFile
Item Returns the project file at the specified index.
Item(Index as Variant) As ProjectFile
Remove Removes the project file at the specified index.
Remove(Index As Variant)
Count Returns the number of project files in the collection.


Last Updated: 03/19/21