Represents a form used to define sorting options for a cell range.
Namespace: com.mindfusion.spreadsheet.standardforms
Package: com.mindfusion.spreadsheet.standardforms
Java
![]() |
---|
public class SortForm extends JDialog |
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.
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.mindfusion.spreadsheet.standardforms.SortForm