2.5.98.81 RevItab

The RevItab structure specifies a sheet of a workbook referenced by a formula in a revision, as specified in the Formulas overview (section 2.2.2)


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

type

tabid (optional)

sheet (variable)

...

type (1 byte): An unsigned integer that specifies the sheet. It MUST correspond to a value from the following table.

Value

Meaning

0x00

Specifies a sheet on the same workbook. The tabid field specifies the sheet.

0x01

Specifies a sheet on a different workbook. The sheet field specifies the sheet.

0x02

Specifies the same sheet specified by the preceding RevItab.

0x03

Specifies a missing sheet.

tabid (2 bytes):  An unsigned integer that specifies a sheet in the current workbook. This field MUST be present only if the value of type is 0x00. This MUST equal the value of the iTabID field in an existing BrtBundleSh (section 2.4.313).

sheet (variable): An XLUnicodeString structure (section 2.5.98.102) that specifies the sheet name. This field MUST be present only if the value of type is 0x01.