HotXLS Delphi Excel Read Write Library / Component Developers Guide
Reference
>
IXLSWorksheet
>
Zoom
Zoom property
Returns or sets the display size of the Worksheet, as a percentage (100 equals normal size, 200 equals double size, and so on). Read/write Variant.
Syntax
property
Zoom
: Variant;
Example
This example scales Sheet1 by 150 percent.
Workbook.Sheets[
1
].Zoom :=
150
;
Copyright©2007-2019
loslab.com