XlsWorksheetBase
Zoom Property
|
Zoom factor of document.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public virtual int Zoom { get; set; }
Public Overridable Property Zoom As Integer
Get
Set
public:
virtual property int Zoom {
int get ();
void set (int value);
}
abstract Zoom : int with get, set
override Zoom : int with get, set
Property Value
Type:
Int32
Remarks
Value of zoom should be between 10 and 400.
See Also