SuppressLeadingZeros Property

The SuppressLeadingZeros property returns or sets the flag indicating whether labels should remove leading zeros. It returns a Boolean.

Syntax

object.SuppressLeadingZeros

object.SuppressLeadingZeros = SuppressLeadingZeros

Parameter

Type

Description

SuppressLeadingZeros

Boolean

Optional; True if labels should remove leading zeros; False if not.

Example

This example demonstrates how to disable the removal of leading zeros for all labels that use this LabelFormat object.

ILabelFormat.SuppressLeadingZeros = False

Used by: LabelFormat Object