ig.excel.ChartsheetDisplayOptions
Dependencies
-
magnification
Inherited- .magnification( );
- Return Type:
- number
- Return Type Description:
- The magnification level of the chartsheet in the current View.
Gets the magnification level of the chartsheet.
Exceptions
Exception Description ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a chartsheet. 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.
-
magnification
Inherited- .magnification( value:number );
- Return Type:
- number
- Return Type Description:
- The magnification level of the chartsheet in the current View.
Sets the magnification level of the chartsheet.
- value
- Type:number
Exceptions
Exception Description ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a chartsheet. 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.
-
reset
Inherited- .reset( );
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 sheet.
-
resetCore
Inherited- .resetCore( );
Resets the display options to their default settings.
-
sizeWithWindow
Inherited- .sizeWithWindow( );
Gets whether the chart should be resized to match the size of the chart sheet window.
-
sizeWithWindow
Inherited- .sizeWithWindow( value:boolean );
Sets whether the chart should be resized to match the size of the chart sheet window.
- value
- Type:boolean
-
visibility
Inherited- .visibility( );
- Return Type:
- ig.excel.WorksheetVisibility
- Return Type Description:
- The visibility of the worksheet.
Gets the visibility of the sheet.
Exceptions
Exception Description ig.excel.InvalidEnumArgumentException The value assigned is not defined in the WorksheetVisibility enumeration. Remarks
The visibility determines whether the sheet's tab will appear in the tab bar at the bottom of Microsoft Excel.
See Also
-
visibility
Inherited- .visibility( value:ig.excel.WorksheetVisibility );
- Return Type:
- ig.excel.WorksheetVisibility
- Return Type Description:
- The visibility of the worksheet.
Sets the visibility of the sheet.
- value
- Type:ig.excel.WorksheetVisibility
Exceptions
Exception Description ig.excel.InvalidEnumArgumentException The value assigned is not defined in the WorksheetVisibility enumeration. Remarks
The visibility determines whether the sheet's tab will appear in the tab bar at the bottom of Microsoft Excel.
See Also