The ShowSubDivision property returns or sets the scale bar First cycle with subdivisions option. Returns a Boolean.
Syntax
object.ShowSubDivision
object.ShowSubDivision = ShowSubDivision
Parameter |
Type |
Description |
ShowSubDivision |
Boolean |
required; true to show subdivisions in the first cycle |
Example 1
This example returns the state of showing subdivisions.
Debug.Print ScaleBar.ShowSubDivision
Example 2
This example displays subdivisions.
ScaleBar.ShowSubDivision = True
Used by: ScaleBar object