Document.HeaderMargin Property

Visio Automation Reference

Gets or sets the margin of a document's header. Read/write.

Version Information
 Version Added:  Visio 2002

Syntax

expression.HeaderMargin(UnitsNameOrCode)

expression   A variable that represents a Document object.

Parameters

Name Required/Optional Data Type Description
UnitsNameOrCode Optional Variant The units to use when retrieving or setting the cell's value. Defaults to internal drawing units (inches).

Return Value
Double

Remarks

You can also set this value in the Margin box under Header in the Header and Footer dialog box (on the View menu, click Header and Footer).

Automation constants for representing units are declared by the Visio type library in member VisUnitCodes.

For a complete list of valid unit strings along with corresponding Automation constants (integer values), see About Units of Measure.

See Also