Offset | Bits | Mask | Name | Contents |
|
0 | 0 | 0001h | fCol | = 1 if the Sort Left To Right option is on. |
| 1 | 0002h | fKey1Dsc | = 1 if key 1 sorts in descending order. |
| 2 | 0004h | fKey2Dsc | = 1 if key 2 sorts in descending order. |
| 3 | 0008h | fKey3Dsc | = 1 if key 3 sorts in descending order. |
| 4 | 0010h | fCaseSensitive | = 1 if the sort is case-sensitive. |
| 9 – 5 | 03E0h | iOrder | Index to the table in the First Key Sort Order option. The Normal sort order corresponds to iOrder = 0. |
| 10 | 0400h | fAltMethod | Used only in Far East versions of Microsoft Excel. |
| 15 – 11 | F800h | (Reserved) | |