2.4.197 BrtBeginScenMan

The BrtBeginScenMan record specifies the properties of a Scenario Manager and specifies the beginning of a collection of records as defined by the Worksheet part ABNF (section 2.1.7.62). The collection of records specifies the Scenario Manager for the sheet.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

isctCur

isctShown

sqrfxResult (variable)

...

isctCur (2 bytes): An unsigned integer that specifies a zero-based index to a BrtBeginSct (section 2.4.198) record in the collection of BrtBeginSct records directly following this record. The referenced BrtBeginSct specifies the current scenario selected. If this value is 0xFFFF, this indicates that no scenario is currently selected; otherwise, this value MUST be less than the total number of BrtBeginSct records in this collection.

isctShown (2 bytes): An unsigned integer that specifies a zero-based index to a BrtBeginSct record in the collection of BrtBeginSct records directly following this record. The referenced BrtBeginSct specifies the last shown scenario. If this value is 0xFFFF, this indicates that no scenario has been shown; otherwise this value MUST be less than the total number of BrtBeginSct records in this collection.

sqrfxResult (variable): An UncheckedSqRfX (section 2.5.156) that specifies the cell or cells which are results for the scenarios. If no result cells have been indicated then sqrfxResult.crfx MUST be set to 0xFFFFFFFF; otherwise sqrfxResult.crfx MUST be less than or equal to 0x00000020 (32) and the range defined by sqrfxResult MUST NOT contain more than 32 cells.