Edit

Excel.PageLayoutMarginOptions interface

Represents the options in page layout margins.

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

API set: ExcelApi 1.9

Specifies the page layout footer margin in the unit specified to use for printing.

footer?: number;

Property Value

number

Remarks

API set: ExcelApi 1.9

header

Specifies the page layout header margin in the unit specified to use for printing.

header?: number;

Property Value

number

Remarks

API set: ExcelApi 1.9

left

Specifies the page layout left margin in the unit specified to use for printing.

left?: number;

Property Value

number

Remarks

API set: ExcelApi 1.9

right

Specifies the page layout right margin in the unit specified to use for printing.

right?: number;

Property Value

number

Remarks

API set: ExcelApi 1.9

top

Specifies the page layout top margin in the unit specified to use for printing.

top?: number;

Property Value

number

Remarks

API set: ExcelApi 1.9