Prompts the user to define a named range for a worksheet.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java Copy Code |
---|
public class DefineNamedRangeForm extends JDialog |
This form can be used to add a NamedRange object to a workbook. To use the form, create an instance of the DefineNamedRangeForm class by providing the related worksheet, and call the setVisible method. The NamedRange object specified in the form can be accessed through the NamedRange property.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.DefineNamedRangeForm