IPageSetupBase
Zoom Property
|
Returns or sets a percentage (between 10 and 400 percent) by which
Microsoft Excel will scale the worksheet for printing. Applies only
to worksheets. Read / write ushort.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Property Zoom As Integer
Get
Set
property int Zoom {
int get ();
void set (int value);
}
abstract Zoom : int with get, set
Property Value
Type:
Int32
See Also