Sets or returns the height of the object window, such as that of the Application object or the Viewport object.
Syntax
integerVariable = object.Height
Where:
integerVariable is a Long integer variable for storing the Height property (in drawing units).
object is the Application object.
Examples ...