The LonLabelFormat property returns the graticule longitude (X) label format. Returns a LabelFormat object. This is a read-only property.
Syntax
object.LonLabelFormat
Example 1
This example demonstrates how to return the number of digits to the right of the decimal point.
Debug.Print Grat.LonLabelFormat.NumDigits
Example 2
This example demonstrates how to change the number of digits to the right of the decimal point to five.
Grat.LonLabelFormat.NumDigits = 5
Used by: Graticule object