HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
BottomMargin property
Returns or sets the size of the bottom margin, in inches. Read/write Double.
Syntax
property
BottomMargin: Double;
Example
This example set the bottom margin of sheet one to 1/2 inches.
Workbook.Sheets[
1
].PageSetup.BottomMargin :=
0
.
5
;