Documentazione HotXLS

Zoom proprietà

Restituisce o sets a percentage (between 10 e 400 percent) by which the Worksheet will be scaled for printing. Read/write Variant

Sintassi

proprietà Zoom: Variant;

Osservazioni

If this proprietà is False, the FitToPagesWide e FitToPagesTall properties control how the Worksheet is scaled. All scaling retains the aspect ratio of the original document

Esempio

This example scales sheet one by 150 percent when the Worksheet is printed

Workbook.Worksheets[1].PageSetup.Zoom := 150;