2.5.198.97 RevItab

The RevItab structure specifies a sheet of a workbook referenced by a formula (section 2.2.2) 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.  MUST be 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 identifier in the current workbook. MUST match a sheet identifier specified by RRTabId. This field MUST be present if and only if type is 0x00.

sheet (variable): A XLUnicodeString that specifies the sheet name. This field MUST be present if and only if type is 0x01.