A user-facing name to use as an UDA to decorate D functions. Any arguments passed to its constructor will be used to register the function with the spreadsheet.
Function name as it will appear in the Function Wizard.
Names of the arguments, semicolon separated. For example:
Category name it appears in in the wizard. Must be picked from the list of existing categories in Excel.
One-character, case-sensitive key. "A" assigns this command to ctrl+shift+A. Used only for commands.
Reference to the help file to display when the user clicks help. Form of filepath!HelpContextID or URL!0.
Describes your function in the Function Wizard.
Information about a function parameter. Meant to be used as a UDA.
Array of text strings displayed in the function dialog in Excel to describe each arg.
Optional arguments that can be set by a function author, but don't necessarily have to be.
The arguments used to register a worksheet function with the spreadsheet.
Interface for registering worksheet functions with Excel