<κλάση header="doc-nav" aria-label="Πλοήγηση τεκμηρίωσης">
Τεκμηρίωση HotXLS
<κλάση nav="doc-links">
Περιεχόμενα
Αρχική
Επισκόπηση
TGridToXLS
IXLSWorkbook
<κλάση div="nav topic-quick-nav" aria-label="Topic shortcuts">
Αρχική
Περιεχόμενα
Επισκόπηση
NormalViewZoom ιδιότητα
<κλάση div="indent">
<κλάση div="txt">
Επιστρέφει or sets the Normal view zoom percentage for a classic XLS worksheet. Read/write Integer
Σύνταξη
<κλάση div="indent">
<κλάση div="txt">
property NormalViewZoom: Integer;
Παρατηρήσεις
<κλάση div="indent">
<κλάση div="txt">
Values from 10 through 400 are accepted. When the worksheet is in Page Break Preview, this property stores the cached Normal view zoom that Excel restores when the user switches back to Normal view. When the worksheet is already in Normal view, this property matches the active view zoom
Παράδειγμα
<κλάση div="indent">
<κλάση div="txt">
This example keeps the worksheet in Page Break Preview while setting the Normal view zoom
<κλάση pre="code">
Workbook.Sheets[1].View := xlPageBreakPreview;
Workbook.Sheets[1].PageBreakPreviewZoom := 80;
Workbook.Sheets[1].NormalViewZoom := 130;
<κλάση footer="reference-footer">Copyright © 2010-2026 losLab Software