Represents a form which can be used to create, edit and remove named cell ranges from a workbook.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java Copy Code |
---|
public class ManageNamedRangesForm extends JDialog |
This form can be used to add, edit, and remove named ranges from a workbook. To use the form, create an instance of the ManageNamedRangesForm class, by providing the related workbook, and call the setVisible method. To apply the changes made through the form, call the apply method.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.ManageNamedRangesForm