Describes the availability of an add-in function within Excel.
            
    Namespace: 
   XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# | 
|---|
public enum XlFunctionAvailability  | 
| Visual Basic (Declaration) | 
|---|
Public Enumeration XlFunctionAvailability  | 
| Visual C++ | 
|---|
public enum class XlFunctionAvailability  | 
Members
| Member name | Description | |
|---|---|---|
| Hidden | 
            The function is available from worksheets or from macros,
            but it does not appear in the Excel Formula Wizard.
              | |
| Worksheet | 
            The function is available from worksheets or from macros,
            and appears in the Excel Formula Wizard.
              | |
| Macro | 
            The function is only available from a macro command,
            and does not appear in the Excel Formula Wizard.
              | |
| Default | 
            The default settting: Worksheet for properties and for methods 
            which return a value; Macro for methods which have a void return type.
              |