Returns the number of elements in the collection.

Type Info:

Count As Long
Example:
Dim SubFileProps As SubFileProperties
Dim NumberOfProperties As Long

Set SubFileProps = Application.ActiveProjectFile.SubFiles(1).Properties
NumberOfProperties = SubFileProps.Count
Remarks: Read-only property.
See also:

Class SubFileProperties

Last Updated: 03/04/04