Search
SortForm Class
Remarks See Also
 






Represents a form used to define sorting options for a cell range.

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

 Syntax

Java  Copy Code

public class SortForm extends JDialog

 Remarks

This form can be used to sort the data in a worksheet. To use the form, create an instance of the SortForm class by providing the target worksheet and the cell range to sort, and call the setVisible method. To perform the sort using the settings entered by the user, call the form's sort 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.SortForm

 See Also