Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.3 KB

Visio.ContainerProperties.HeadingStyle.md

File metadata and controls

39 lines (23 loc) · 1.3 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ContainerProperties.HeadingStyle property (Visio)
vis_sdr.chm17662620
vis_sdr.chm17662620
Visio.ContainerProperties.HeadingStyle
aeb0a6c8-fa7d-fe16-a756-84d092d372c1
06/08/2017
medium

ContainerProperties.HeadingStyle property (Visio)

Determines the appearance and position of the heading of the container. Read/write.

Syntax

expression.HeadingStyle

expression An expression that returns a ContainerProperties object.

Return value

Integer

Remarks

The value of the HeadingStyle property corresponds to the numerical identifier of the heading style that is selected in the Heading Styles gallery in the Container Styles group on the Container Tools Format tab.

The value of the HeadingStyle should always be greater than or equal to zero (0). A value of zero means that the container does not display a heading.

If no value is assigned to the HeadingStyle property or it is set to a null value, a run-time error ensues. A run-time error also ensues if you assign the property a value less than 0 or greater than the maximum ID number in the Heading Styles gallery.

[!includeSupport and feedback]