Excel.PageLayoutMarginOptions interface
Represents the options in page layout margins.
Remarks
Properties
bottom | Specifies the page layout bottom margin in the unit specified to use for printing. |
footer | Specifies the page layout footer margin in the unit specified to use for printing. |
header | Specifies the page layout header margin in the unit specified to use for printing. |
left | Specifies the page layout left margin in the unit specified to use for printing. |
right | Specifies the page layout right margin in the unit specified to use for printing. |
top | Specifies the page layout top margin in the unit specified to use for printing. |
Property Details
bottom
Specifies the page layout bottom margin in the unit specified to use for printing.
bottom?: number;
Property Value
number
Remarks
footer
Specifies the page layout footer margin in the unit specified to use for printing.
footer?: number;
Property Value
number
Remarks
header
Specifies the page layout header margin in the unit specified to use for printing.
header?: number;
Property Value
number
Remarks
left
Specifies the page layout left margin in the unit specified to use for printing.
left?: number;
Property Value
number
Remarks
right
Specifies the page layout right margin in the unit specified to use for printing.
right?: number;
Property Value
number
Remarks
top
Specifies the page layout top margin in the unit specified to use for printing.
top?: number;
Property Value
number
Remarks
Office Add-ins