HotXLS dokumentacija
Turinys
Pradžia
LeftMargin LeftMargin: Double;
TGridToXLS
IXLSWorkbook
Pradžia
Turinys
LeftMargin LeftMargin: Double;
Grąžina or sets the size of the left margin, in inches. Read/write Double
property
property
LeftMargin: Double;
This example set the left margin of sheet one to 0.75 inches
This example set the left margin of sheet one to 0.75 inches
Workbook.Sheets[
Workbook.Sheets[
1
].PageSetup.LeftMargin :=
0
.
75
;