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