This property returns and sets the dimensions of an object.
object.Height [= number]
For a control, the values for this property changes as the object is sized by a user or by your code. Maximum limits of this property for all objects are system-dependent.
Use the Height property for operations or calculations based on an object's total area, such as sizing or moving the object.