[]
Gets or sets the display size of the worksheet as a percentage.
A value of 100 represents the normal display size, 200
represents double size, and other values scale the worksheet view
accordingly.
int Zoom { get; set; }
Property Zoom As Integer
IWorksheetView sheetView = worksheet.SheetView;
sheetView.Zoom = 120;
int zoom = sheetView.Zoom;