Offset | Name | Size | Contents |
|
4 | cref | 2 | Number of changing cells |
6 | fLocked | 1 | = 1 if the scenario is locked for changes |
7 | fHidden | 1 | = 1 if the scenario is hidden |
8 | cchName | 1 | Length of the name |
9 | cchComment | 1 | Length of the comment |
10 | cchNameUser | 1 | Length of the user name |
11 | rgch | var | Concatenation of the scenario name string, the user name string (preceded by a duplicate of cchNameUser), and the comment string (preceded by a duplicate of cchComment) |
var | rgRef | var | Array of cell references that contains changing cells (see text) |
var | rgst | var | Array of byte-counted strings that contains changing cell values (see text) |
var | rgIfmt | var | Array of ifmt integers (see text) |