Search
HeaderSizeForm Class
Remarks See Also
 






Represents a form that can be used to define row height or column width within a worksheet.

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

 Syntax

Java  Copy Code

public class HeaderSizeForm extends JDialog

 Remarks

This form can be used to prompt the user for the size of the column and row headers in a worksheet. To use the form, create an instance of the HeaderSizeForm class, optionally providing the title and label texts, and call the setVisible method. The user's choice can be obtained from the HeaderSize 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.HeaderSizeForm

 See Also