LatLabelFormat Property

 

LatLabelFormat returns the graticule latitude (Y) label format. Returns a LabelFormat object. This is a read-only property.

 

Syntax

object.LatLabelFormat

 

Example 1

This example demonstrates how to return the number of digits to the right of the decimal point.

 

Debug.Print Grat.LatLabelFormat.NumDigits

 

Example 2

This example demonstrates how to change the number of digits to the right of the decimal point to five.

 

Grat.LatLabelFormat.NumDigits = 5

 

Used by: Graticule object