Search
InsertWorksheetForm Class
Remarks See Also
 






Prompts the user to insert worksheets within a workbook.

Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms

 Syntax

Java  Copy Code

public class InsertWorksheetForm extends JDialog

 Remarks

This form can be used to prompt the user to insert new sheets in a workbook. To use the form, create an instance of the InsertWorksheetForm class by providing the related workbook and call the setVisible method. The user's choice can be obtained from the Position, Index, NumberOfSheets, and SheetName properties.

 Inheritance Hierarchy

java.lang.Object
    java.awt.Component
        java.awt.Container
            java.awt.Window
                java.awt.Dialog
                    javax.swing.JDialog
                        com.mindfusion.spreadsheet.standardforms.InsertWorksheetForm

 See Also