GemBox.Spreadsheet

ExcelViewOptions.Zoom Property

Magnification factor in normal view.

public int Zoom {get; set;}

Remarks

Unit is one percent. Value must be between 10 and 400.

Default value for this property is 100.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionThrown if value is out of 10 to 400 range.

See Also

ExcelViewOptions Class | GemBox.Spreadsheet Namespace