The XllFunctionAttribute type exposes the following members.

Properties

  NameDescription
Availability
Controls whether the function will be available for a worksheet cell or only from a command.
Category
The standard Excel category to which the function will belong.
CategoryText
The non-standard Excel category to which the function will belong.
Default
An instance of XllFunctionAttribute which contains all default values.
Description
The help text for the function. This will appear in the Excel Formula Wizard.
ExportedName
The name of the function as it will appear in Excel.
Flags
The set of flags that control the behavior of the exported add-in function.
NameToUpperCase
Sets whether the exported name is forced to upper case.
Prefix
The prefix that will appear before the function's name in Excel.
ReturnsHandle
Controls whether the function will return a handle instead of a standard value or array of values.
ShouldExport
Controls whether the function is exported.
Tag
A string value which is passed to the code generator. (For internal use only.)
TemplateName
The name of the code template to be used in generating this add-in function. (For internal use only.)
Versions
The Excel versions for which code will be generated.

See Also