Represents a form which can be used to unhide hidden worksheets in a workbook.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java
![]() |
---|
public class UnhideSheetsForm extends JDialog |
This form can be used to show the hidden worksheets of a workbook. To use the form, create an instance of the UnhideSheetsForm class, provide the target workbook, and call the setVisible method. To apply the changes, call the apply method of the form.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.UnhideSheetsForm