Abbreviate Property
The Abbreviate property returns or sets if abbreviate labels is enabled. Returns a Boolean.
Syntax
object.Abbreviate
object.Abbreviate = Abbreviate
Parameter | Type | Description |
Abbreviate | Boolean | required, true to abbreviate labels |
Example
This example shows how to abbreviate labels.
LabelFormat.Format.Abbreviate = True
Used by: AutoLabelFormat object