以
磅?(磅:指打印的字符的高度的度量单位。1 磅等于 1/72 英寸,或大约等于 1
厘米的 1/28。)为单位返回或设置页脚到页面底端的距离。
Double 类型,可读写。
语法
表达式.FooterMargin
表达式 一个代表 PageSetup 对象的变量。
示例
本示例将 Sheet1 的页脚边矩设置为 0.5 英寸。
示例代码 |
Worksheets.Item("Sheet1").PageSetup.FooterMargin = Application.InchesToPoints(0.5)
|
Return distance from bottom of page to footer?