ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Sorting the selection according to a sort criterion Hide the details
Name of Spreadsheet control to use.
Sort options: asAscending(Default value)Ascending sort.asDescendingDescending sort.tccLexicographicOrderSort based on the linguistic order.tccRespectNumericSort while respecting the order of numeric values. tccIgnoreAccentSort while ignoring the accented characters.tccIgnoreCaseSort while ignoring the case.tccIgnoreSpaceSort while ignoring the space characters found at the beginning and end of strings.tccIgnoreInsideSpaceSort while ignoring the space characters found inside the strings.tccIgnorePonctuationAndSpaceSort while ignoring the space and punctuation characters.
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.tccLexicographicOrderSort based on the linguistic order.tccRespectNumericSort while respecting the order of numeric values. tccIgnoreAccentSort while ignoring the accented characters.tccIgnoreCaseSort while ignoring the case.tccIgnoreSpaceSort while ignoring the space characters found at the beginning and end of strings.tccIgnoreInsideSpaceSort while ignoring the space characters found inside the strings.tccIgnorePonctuationAndSpaceSort while ignoring the space and punctuation characters.
Last update: 09/23/2020
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: