Template Property
Template returns or sets the template used to format post map and symbology legend items. Returns a string.
Syntax
object.Template
object. Template = Template
Parameter |
Type |
Description |
Template |
String |
required |
Example
This example demonstrates how to return the template string and then changes the template to different text in the legend.
Debug.Print PostLegend.Template
PostLegend.Template = "\sym \tab >= \tab \lower \tab < \upper"
Used by: PostLegend object, SymbologyLegend object