MindFusion.Wpf Pack Programmer's Guide
SortForm Constructor
See Also
 





Initializes a new instance of the SortForm class.

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

 Syntax

C#  Copy Code

public SortForm (
    Worksheet worksheet,
    CellRange range
)

Visual Basic  Copy Code

Public New ( _
    worksheet As Worksheet, _
    range As CellRange _
)

 Parameters

worksheet

The worksheet which contains the cell range.

range

The cell range to sort.

 See Also

SortForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace