MindFusion.Wpf Pack Programmer's Guide
SortForm Class
Remarks See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public class SortForm : Window, INotifyPropertyChanged, IComponentConnector

Visual Basic  Copy Code

Public Class SortForm
    Inherits Window
    Implements INotifyPropertyChanged, IComponentConnector

 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 ShowDialog method. To perform the sort using the settings entered by the user, call the form's Sort method. The following image shows the form:

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ContentControl
                                System.Windows.Window
                                    MindFusion.Spreadsheet.Wpf.StandardForms.SortForm

 See Also

SortForm Members
MindFusion.Spreadsheet.Wpf.StandardForms Namespace