HeaderPos Property
The HeaderPos property returns or sets page header position alignment in the plot window. Returns a Long.
Syntax
object.HeaderPos
object.HeaderPos = HeaderPos
Parameter | Type | Description |
HeaderPos | Long | required, grfHAlignment |
Example
This example shows how to set the header location.
Plot.PageSetup.HeaderPos = grfAlignLeft
Used by: AutoPageSetup object