<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης"> Τεκμηρίωση HotXLS <κλάση nav="doc-links"> Περιεχόμενα Αρχική Επισκόπηση TGridToXLS IXLSWorkbook <κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts"> Αρχική Περιεχόμενα Επισκόπηση

Zoom ιδιότητα

<κλάση div="indent"> <κλάση div="txt"> Επιστρέφει or sets the display size of the active worksheet view, as a percentage (100 equals normal size, 200 equals double size, and so on). Read/write Variant. Use PageBreakPreviewZoom and NormalViewZoom when code needs to set the cached zoom for the inactive view

Σύνταξη

<κλάση div="indent"> <κλάση div="txt"> property Zoom: Variant;

Παράδειγμα

<κλάση div="indent"> <κλάση div="txt"> This example scales Sheet1 by 150 percent
<κλάση pre="code"> Workbook.Sheets[1].Zoom := 150; <κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software