RC-WinTrans X8 COM Object Model Help |
AltTranslations.Item
|
Returns the alternate translation at the given index.
Syntax: |
Item( Index as Variant ) As AltTranslation |
| Return: | AltTranslation |
| Parameters: |
Index The target text of the alternate translation 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 TU As TransUnit Dim AltTrans As AltTranslation Set TU = Application.ActiveTransUnit Set AltTrans = TU.AltTranslations.Item(1) |
See also: