سطح زوم نمای عادی Worksheet را برمیگرداند یا تنظیم میکند. خواندنی/نوشتنی Integer
نحو
property NormalViewZoom: Integer;
مثال
این مثال سطح زوم نمای عادی Worksheet اول را روی ۱۵۰٪ تنظیم میکند
نمونه
This example keeps the worksheet in Page Break Preview while setting the Normal view zoom
Workbook.Sheets[1].View := xlPageBreakPreview;
Workbook.Sheets[1].PageBreakPreviewZoom := 80;
Workbook.Sheets[1].NormalViewZoom := 130;