ig.excel.CustomViewDisplayOptions
Dependencies
-
magnificationInCurrentView
- .magnificationInCurrentView( );
- Return Type:
- number
- Return Type Description:
- The magnification level of the worksheet in the current View.
Gets the magnification level of the worksheet in the current DisplayOptions.view.
Exceptions
Exception Description ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a worksheet. The level must be between 10 and 400. Remarks
Magnifications are stored as percentages of the normal viewing magnification. A value of 100 indicates normal magnification whereas a value of 200 indicates a zoom that is twice the normal viewing magnification.
-
magnificationInCurrentView
- .magnificationInCurrentView( value:number );
- Return Type:
- number
- Return Type Description:
- The magnification level of the worksheet in the current View.
Sets the magnification level of the worksheet in the current DisplayOptions.view.
- value
- Type:number
Exceptions
Exception Description ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a worksheet. The level must be between 10 and 400. Remarks
Magnifications are stored as percentages of the normal viewing magnification. A value of 100 indicates normal magnification whereas a value of 200 indicates a zoom that is twice the normal viewing magnification.
-
resetCore
- .resetCore( );
Resets the display options to their default settings.
Remarks
The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank worksheet.