ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Sorting the selection according to a sort criterion Hide the details
Name of the Spreadsheet control to be used.
Sort options: asAscending(Default value)Ascending sort.asDescendingDescending sort.tccIgnoreAccentSort while ignoring the accented characters.tccIgnoreCaseSort while ignoring the case.tccIgnoreInsideSpaceSort while ignoring the space characters found inside the strings.tccIgnorePonctuationAndSpaceSort while ignoring the space and punctuation characters.tccIgnoreSpaceSort while ignoring the space characters found at the beginning and end of strings.tccLexicographicOrderSort based on the linguistic order.tccRespectNumericSort while respecting the order of numeric values.
Sorting the selection according to several sort criteria Hide the details
Sort criteria in the following format: "<Name column1>[;< Option>]" + TAB + "<Name column2>[;< Option>]" + TAB + ... where: <Name column> corresponds to the name of column to sort. <Option> corresponds to a constant (or to a combination of constants) used to define the sort that will be applied to the column. If this parameter is not specified, the asAscending constant will be used. This parameter can correspond to: asAscending(Default value)Ascending sort.asDescendingDescending sort.tccIgnoreAccentSort while ignoring the accented characters.tccIgnoreCaseSort while ignoring the case.tccIgnoreInsideSpaceSort while ignoring the space characters found inside the strings.tccIgnorePonctuationAndSpaceSort while ignoring the space and punctuation characters.tccIgnoreSpaceSort while ignoring the space characters found at the beginning and end of strings.tccLexicographicOrderSort based on the linguistic order.tccRespectNumericSort while respecting the order of numeric values.
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: