Version Property

The Version property returns the application version number as a string. This is a read-only property.

Syntax

object.Version

Example

This example demonstrates how to return the Grapher version.

Debug.Print GrapherApp.Version

 

Used by: Application object