HotXLS Docs

IsFitToPages property

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

Syntax

property IsFitToPages: Boolean;

Example

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

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