RC-WinTrans X8 COM Object Model Help |
AltTranslations.Remove
|
Returns the alternate translation at the given position.
Syntax: |
Remove(Index as Variant) |
| 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 Set TU = Application.ActiveTransUnit Call TU.AltTranslations.Remove(1) |
See also: