NumericFormat Property

The NumericFormat property returns or sets the label numeric format. Returns a Long.

Syntax

object.NumericFormat

object.NumericFormat = NumericFormat

 

Parameter Type Description
NumericFormat Long required, grfNumericFormat

 

Example

This example shows how to set the numeric format to a fixed number of decimal places.

LabelFormat.Format.NumericFormat = grfNumericFixed

 

Used by: AutoLabelFormat object