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).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.