Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSPageSetup
>
LeftMargin
LeftMargin property
Returns or sets the size of the left margin, in inches. Read/write Double.
Syntax
property
LeftMargin: Double;
Example
This example set the left margin of sheet one to 0.75 inches.
Workbook.Sheets[
1
].PageSetup.LeftMargin :=
0
.
75
;
Copyright © NikaSoft 2004-2010