Postfix Property
The Postfix property returns or sets the label postfix (suffix) string. Returns a String.
Syntax
object.Postfix
object.Postfix = Postfix
Parameter | Type | Description |
Postfix | String | required, suffix text |
Remarks
Use Math Text to apply font and format changes to the postfix.
Example 1
This example demonstrates how to return the postfix of a label.
Debug.Print LabelFormat.Format.Postfix
Example 2
This example demonstrates how to add the postfix "B.C.E. at 250% size and red to a label.
LabelFormat.Format.Postfix = \fs250 \red B.C.E.
Used by: AutoLabelFormat object