Search
DefineNamedRangeForm Class
Remarks See Also
 






Prompts the user to define a named range for a worksheet.

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

 Syntax

Java  Copy Code

public class DefineNamedRangeForm extends JDialog

 Remarks

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.

 Inheritance Hierarchy

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

 See Also