Search
ValidationForm Class
Remarks See Also
 






A form which can be used to define validation rules for cells within a worksheet.

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

 Syntax

Java  Copy Code

public class ValidationForm extends JDialog

 Remarks

This form can be used to add, edit, and remove data validation for a cell or a range of cells. To use the form, create an instance of the ValidationForm class, by providing the related workbook and the initial IValidation object, and call the setVisible method. To apply the changes made through the form, call the apply method.

 Inheritance Hierarchy

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

 See Also