Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
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 © NikaSoft 2004-2011