Specifies the default picture height.
Syntax
dblPictureDefaultHeight = object.PictureDefaultHeight
Example
Dim dblPictureDefaultHeightas Double
dblPictureDefaultHeight = Application.UserPreferences.PictureDefaultHeight
Properties
The PictureDefaultHeight property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
dblPictureDefaultHeight |
Double. A number between 0 and 100 that determines the default picture height. |