Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSPageSetup
>
FooterMargin
FooterMargin property
Returns or sets the distance from the bottom of the page to the footer, in inches. Read/write Double.
Syntax
property
FooterMargin: Double;
Example
This example sets the footer margin of sheet one to 1/2 inches.
Workbook.Worksheets[
1
].PageSetup.FooterMargin :=
0
.
5
;
Copyright © NikaSoft 2004-2010