HotXLS dokumentacija

FitToPagesWide: Word;

If this property is False, the Worksheet will be scaled according to the FitToPagesTall propertyIf the Zoom property is True, the FitToPagesWide property is ignored

FitToPagesWide: Word;

If this property is False, the Worksheet will be scaled according to the FitToPagesTall propertyIf the Zoom property is True, the FitToPagesWide property is ignored ].PageSetup.FitToPagesTall :=

This example causes to print Worksheet one exactly one page tall and wide

??????Workbook.Worksheets[

].PageSetup.FitToPagesTall :=

; Workbook.Worksheets[

??????Workbook.Worksheets[1].PageSetup.Zoom := False;
Workbook.Worksheets[1].PageSetup.FitToPagesTall := 1;
Workbook.Worksheets[1].PageSetup.FitToPagesWide := 1;