HotXLS-dokumentasjon

LeftMargin egenskap

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

Syntaks

property LeftMargin: Double;

Eksempel

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

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