Returns the number of elements in the collection.

Type Info:

Count As Long
Example:
Dim TUProps As TransUnitProperties
Dim NumberOfProperties As Long
    
Set TUProps = Application.ActiveTransUnit.Properties
NumberOfProperties = TUProps.Count
Remarks: Read-only property.
See also:

Class TransUnitProperties

Last Updated: 03/04/04