COLUMN_INFO¶
Used by the SORT_INFO structure.
typedef struct _COLUMN_INFO {
int iCol;
UINT nFlags;
} COLUMN_INFO;
Fields¶
iCol
Specifies the column to be sorted.
nFlags
Specifies a combination of the following values.
SORT_ASCEND | Sorts in ascending order. |
SORT_DESCEND | Sorts in descending order. |
SORT_DATE | Sorts date and time. |
SORT_LENGTH | Sorts text by length. |
SORT_NUM | Sorts numbers. |
SORT_OCCURRENCE | Sorts by occurrence. |
SORT_TEXT | Sorts text in alphabetical order. |
SORT_WORDS | Sorts text by the number of words. |
Version¶
Supported on EmEditor Professional Version 16.4 or later.