Type Property [LabelFormat]
Type returns or sets the label format type. Returns a SrfLabelType.
Syntax
object.Type
object.Type = Type
Parameter |
Type |
Description |
Type |
required |
Example 1
This example demonstrates how to return the format of a label.
Debug.Print LabelFormat.Type
Example 2
This example demonstrates how to set a label as exponential.
LabelFormat.Type = srfLabExpon
Used by: LabelFormat object