HotXLS-dokumentaatio
Sisältö
Etusivu
Yleiskatsaus
TGridToXLS
IXLSWorkbook
Etusivu
Sisältö
Yleiskatsaus
Zoom ominaisuus
Palauttaa 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
Syntaksi
property Zoom: Variant;
Esimerkki
This example scales Sheet1 by 150 percent
Workbook.Sheets[1].Zoom := 150;
Copyright © 2010-2026 losLab Software