VersionCount
This read-only property returns the number of project versions stored in the project file.
A project file contains at least one version. A new version is added to the project
each time the Save method is called with CreateNewVersion = TRUE
.
Syntax
VersionCount (Filename As String) As Long
Parameter | Description |
---|---|
Filename |
Path to a compound file containing the project definition, stored using the Save method. |