The Prefix property returns or sets the label prefix string. Returns a string.
Syntax
object.Prefix
object.Prefix = Prefix
Parameter |
Type |
Description |
Prefix |
String |
required; prefix text |
Example 1
This example demonstrates how to return the label prefix.
Debug.Print LabelFormat.Prefix
Example 2
This example demonstrates how to add the prefix "Circa" to a label.
LabelFormat.Prefix = "Circa"
Used by: LabelFormat object