NativeExcel suite v2.x

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;
Copyright © NikaSoft 2004-2012