ig.excel.DisplayOptionsBase
Remarks
This class provides a way to control how a sheet is displayed when it is viewed in Microsoft Excel.
Dependencies
-
reset
- .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
- .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 sheet.
-
visibility
- .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
- .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