Prefix Property

Prefix returns or sets the label prefix string. Returns a string.

Syntax

object.Prefix

object. Prefix = Prefix

Parameter

Type

Description

Prefix

String

required

Example 1

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

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