BottomMargin Property [AutoPageSetup]
The BottomMargin property returns or sets the plot window bottom margin in page units. Returns a Double.
Syntax
object.BottomMargin
object.BottomMargin = Bottom
Parameter | Type | Description |
Bottom | Double | required, use page units |
Example 1
This example demonstrates how to return the distance in page units between the bottom margin and the edge of the printed page.
Debug.Print PageSetup.BottomMargin
Example 2
This example demonstrates how to set the bottom margin one inch from the edge of the printed page.
PageSetup.BottomMargin= 1
Used by: AutoPageSetup object