XlsPageSetupBase
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.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Zoom { get; set; }
Public Property Zoom As Integer
Get
Set
public:
virtual property int Zoom {
int get () sealed;
void set (int value) sealed;
}
abstract Zoom : int with get, set
override Zoom : int with get, set
Property Value
Type:
Int32
Implements
IPageSetupBase
Zoom
See Also