ActiveFormat Property

The ActiveFormat property returns or sets the label active format (characters only, numbers only, both). Returns a Long.

Syntax

object.ActiveFormat

object.ActiveFormat = ActiveFormat

 

Parameter Type Description
ActiveFormat Long required, grfActiveFormat

 

Example

This example shows how to set the label format to show both characters and numbers.

LabelFormat.Format.ActiveFormat = grfActiveBoth

 

Used by: AutoLabelFormat object