Describes the availability of an add-in function within Excel.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
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.
|