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