HotXLS-dokumentasjon

IsFitToPages egenskap

True when the worksheet uses FitToPagesTall or FitToPagesWide scaling. Read only Boolean

Syntaks

property IsFitToPages: Boolean;

Eksempel

This example checks whether fit-to-pages scaling is active

Enabled := Workbook.Worksheets[1].PageSetup.IsFitToPages;