FooterPos Property
The FooterPos property returns or sets footer position alignment in the plot window. Returns a Long.
Syntax
object.FooterPos
object.FooterPos = FooterPos
Parameter | Type | Description |
FooterPos | Long | required, grfHAlignment |
Example 1
This example shows how to set the footer position.
Plot.PageSetup.FooterPos =
Example 2
This example shows how to return the footer position.
Debug.Print Plot.PageSetup.FooterPos
Used by: AutoPageSetup object