GeoSummaryAfterStats Property

The GeoSummaryAfterStats property sets or returns the option of adding the geographical summary after the statistics summary in the Territories dialog.

 

Syntax

object.GeoSummaryAfterStats

object.GeoSummaryAfterStats = GeoSummaryAfterStats

 

Parameter

Type

Description

GeoSummaryAfterStats

Boolean

optional; True places geographical summary after statistics summary

 

Example

    'GeoSummaryAfterStats

    'Show the geographical summary

    TerritoryMap.IncGeoSummary = True

 

Used by: TerritoryMap object