2.5.198.98 RevLblName

The RevLblName structure specifies the name of a defined name that is 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

iBuiltin

st (variable)

...

iBuiltin (1 byte): An unsigned integer that specifies whether the defined name is a built-in name, and if so, which built-in name it is. The value MUST be from the following table:

Value

Meaning

0x00

This is not a built-in name.

0x01

Consolidate_Area

0x02

Auto_Open

0x03

Auto_Close

0x04

Extract

0x05

Database

0x06

Criteria

0x07

Print_Area

0x08

Print_Titles

0x09

Recorder

0x0A

Data_Form

0x0B

Auto_Activate

0x0C

Auto_Deactivate

0x0D

Sheet_Title

0x0E

_FilterDatabase

st (variable):  If iBuiltin is 0x00, then st is an XLNameUnicodeString that specifies the name of the defined name. Otherwise, st is an XLUnicodeString and the name of the defined name is specified as the concatenation of built-in name specified by iBuiltin and st. The concatenated string MUST match grammar specified for XLNameUnicodeString.