Represents a form that can be used specify a name for a worksheet.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java
![]() |
---|
public class WorksheetRenameForm extends JDialog |
This form can be used to prompt the user for the name of a worksheet. To use the form, create an instance of the WorksheetRenameForm class, providing the initial name to display, and call the setVisible method. The user's choice can be obtained from the WorksheetName property.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.WorksheetRenameForm