Type Property [LabelFormat]

 

The Type property returns or sets the label format type. Returns a MVLabelType.

 

Syntax

object.Type

object.Type = Type

 

Parameter

Type

Description

Type

MVLabelType

required; label type

 

Example 1

This example demonstrates how to return the label format.

 

Debug.Print LabelFormat.Type

 

Example 2

This example demonstrates how to set a label as exponential.

 

LabelFormat.Type = mvLabExpon

 

Used by: LabelFormat object