Offset | Name | Size | Contents |
4 | rgsxli | var | Array of SXLI structures |
Offset | Name | Size | Contents |
0 | cSic | 2 | Count of items that are identical to the previous element in rgsxvi; for 0 <= i < cSic, rgisxvi[i] is the same as the previous line. |
2 | itmtype | 2 | Item type: = 00h, Data = 01h, Default = 02h, SUM = 03h, COUNTA = 04h, COUNT = 05h, AVERAGE = 06h, MAX = 07h, MIN = 08h, PRODUCT = 09h, STDEV = 0Ah, STDEVP = 0Bh, VAR = 0Ch, VARP = 0Dh, Grand total |
4 | isxviMac | 2 | Maximum index to the rgisxvi[i] array. |
6 | grbit | 2 | Option flags; see the following table. |
8 | rgisxvi | 2 | Array of indexes to SXVI records; the number of elements in the array is (isxviMac + 1). |
Offset | Bits | Mask | Name | Contents |
0 | 0 | 0001h | fMultiDataName | = 1, use the data field name for the subtotal (instead of using "Total"). |
8–1 | 01F7h | iData | For a multidata subtotal, iData is the index to the data field. | |
9 | 0200h | fSbt | = 1, this item is a subtotal. | |
10 | 0400h | fBlock | = 1, this item is a block total. | |
11 | 0800h | fGrand | = 1, this item is a grand total. | |
12 | 1000h | fMultiDataOnAxis | = 1, this axis contains multi-data. | |
15–13 | E000h | (Reserved) | Reserved; must be 0 (zero). |