Excel.PageLayoutMarginOptions interface
Represents the options in page layout margins.
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. |
Specifies the page layout bottom margin in the unit specified to use for printing.
bottom?: number;
Property Value
number
Remarks
Specifies the page layout footer margin in the unit specified to use for printing.
footer?: number;
Property Value
number
Remarks
Specifies the page layout header margin in the unit specified to use for printing.
header?: number;
Property Value
number
Remarks
Specifies the page layout left margin in the unit specified to use for printing.
left?: number;
Property Value
number
Remarks
Specifies the page layout right margin in the unit specified to use for printing.
right?: number;
Property Value
number
Remarks
Specifies the page layout top margin in the unit specified to use for printing.
top?: number;
Property Value
number
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: