Returns the number of elements in the collection.

Type Info:

Count As Long
Example:
Dim AltTransProps As AltTranslationProperties
Dim NumberOfProperties As Long

Set AltTransProps = Application.ActiveTransUnit.AltTranslations(1).Properties
NumberOfProperties = AltTransProps.Count
Remarks: Read-only property.

See also:

Class AltTranslationProperties

Last Updated: 03/04/04