2.4.750 BrtPlaceholderName

The BrtPlaceholderName record specifies the name of a defined name or an add-in function defined by an XLL or COM automation add-in. For COM automation add-in functions only, it also specifies the ProgID of the COM object that implements the add-in function. (XLL add-in functions do not have their implementing libraries uniquely specified.)

If this record is in a sequence that follows a BrtSupSame (section 2.4.812) record, it specifies the name of a defined name. This name is to be matched to the name of a defined name, as specified by a BrtName (section 2.4.711) record, that is in the scope of the active sheet in the context of the evaluation of the formula (section 2.2.2).

If this record is in a sequence that follows a BrtSupAddin (section 2.4.799) record, it specifies the name of a function defined by a XLL or COM automation add-in.


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

name (variable)

...

name (variable):  An XLNameWideString (section 2.5.166) that contains the name of a defined name or an add-in function. If this is the name of an add-in function that is implemented by a COM automation add-in, the name MUST be prefixed by the concatenation of the ProgID of that add-in and the Unicode character 0x002E (FULL STOP).