[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Dialogs.BuiltInDialogs.Sort

Sort Method

Sort(GcSpreadSheet, string, bool, bool)

Shows the custom sort dialog to choose more options, such as sorting by multiple columns or rows, and case-sensitive sorts.

Declaration
public static IDialog Sort(GcSpreadSheet spread, string name, bool isWorksheet = true, bool isFromContextMenu = false)
Public Shared Function Sort(spread As GcSpreadSheet, name As String, Optional isWorksheet As Boolean = True, Optional isFromContextMenu As Boolean = False) As IDialog
Parameters
Type Name Description
GcSpreadSheet spread

The GcSpreadSheet control to work with.

string name

name of the container object that contain the AutoFilter

bool isWorksheet

the container object is worksheet or not (table)

bool isFromContextMenu

open the dialog from filter context menu or not

Returns
Type Description
IDialog

The IDialog object represents the custom sort dialog.