HotXLS Docs

LeftMargin property

Returns or sets the size of the left margin, in inches. Read/write Double.

Syntax

property LeftMargin: Double;

Example

This example set the left margin of sheet one to 0.75 inches.

Workbook.Sheets[1].PageSetup.LeftMargin := 0.75;