[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.Zoom

Zoom Property

Zoom

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.

Declaration
int Zoom { get; set; }
Property Zoom As Integer
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.Zoom = 120;
int zoom = sheetView.Zoom;