[]
Shows the custom sort dialog to choose more options, such as sorting by multiple columns or rows, and case-sensitive sorts.
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
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 |
Type | Description |
---|---|
IDialog | The IDialog object represents the custom sort dialog. |