Click or drag to resize

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; }

Property Value

Type: Int32

Implements

IPageSetupBase Zoom
See Also