Spacing Property
The Spacing property returns or sets if the axis spacing is linked. Returns a Boolean.
Syntax
object.Spacing
object.Spacing = Spacing
Parameter | Type | Description |
Spacing | Boolean | required, True = Axis spacing linked,False = Axis spacing not linked |
Example 1
This example shows how to set the axis spacing to linked.
AxisLink.Spacing = True
Example 2
This example shows how to return if the axis spacing is linked.
Debug.Print AxisLink.Spacing
Used by: AutoAxisLink object