HotXLS-dokumentaatio

LeftMargin ominaisuus

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

Syntaksi

property LeftMargin: Double;

Esimerkki

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

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