Postfix Property

Postfix returns or sets the label postfix (suffix) string. Returns a string.

Syntax

object.Postfix

object. Postfix = Postfix

Parameter

Type

Description

Postfix

String

required

Example 1

This example demonstrates how to return the postfix of a label.

Debug.Print LabelFormat.Postfix

Example 2

This example demonstrates how to add the postfix "B.C.E." to a label.

LabelFormat.Postfix = " B.C.E."

Used by: LabelFormat object