TransUnit object
AltTranslations object
AltTranslation object

Represents a collection of "AltTranslation" objects.

MemberDescription
Add Adds an "AltTranslation" object to the collection.
Add( AltSourceText As String, AltTargetText As String) As AltTranslation
Item Returns the alternate translation at the given index.
Item( Index as Variant ) As AltTranslation
Remove Returns the alternate translation at the given position.
Remove(Index as Variant)
Count Returns the number of alternate translations in the collection.


Last Updated: 03/16/21