Returns the number of alternate translations in the collection.

Type Info:

Count As Long
Example:
Dim TU As TransUnit
Dim NumberOfAltTrans As Long

Set TU = Application.ActiveTransUnit
NumberOfAltTrans = TU.AltTranslations.Count
Remarks: Read-only property.
See also:

Class AltTranslations

Last Updated: 09/18/09