The XllFunctionAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XllFunctionAttribute | Overloaded. | 
Methods
| Name | Description | |
|---|---|---|
| Clone | 
            Returns a deep copy of the current instance.
              | |
| Compare | 
            Compares two XllFunctionAttribute instances.
              | |
| CompareTo | 
            Compares two XllFunctionAttribute instances.
              | |
| CreateDefault | 
            Creates a new instance containing all default values.
              | |
| IsDefault | 
            Returns whether the attribute's properties are all set to default values.
              | 
Properties
| Name | Description | |
|---|---|---|
| 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.
              |