2.5.98.82 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).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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. Its value MUST correspond to 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 the value of the iBuiltin field is 0x00, then this field is an XLNameWideString (section 2.5.166) that specifies the name of the defined name. Otherwise, this field is an XLWideString (section 2.5.169) and the name of the defined name is specified as the concatenation of the built-in name specified by iBuiltin and the value of this field. The concatenated string MUST match grammar specified for XLNameWideString.