XLL+ Class Library (7.0)

Function.ExportedName

The name of the function as it will appear in Excel

Remarks

This name should be unique within an add-in. If it is not, then the function will not be registered, and the code may not even compile. The XLL+ tools issue warnings when a duplicate function name is used.

The ExportedName property controls the default values of several other properties, including:

See Also

Function Model | Function Properties | CppNameResolved property