The set of flags that control the behavior of the exported add-in function.
Namespace:
XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# |
|---|
public XlFunctionFlags Flags { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Flags As XlFunctionFlags |
| Visual C++ |
|---|
public: property XlFunctionFlags Flags { XlFunctionFlags get (); void set (XlFunctionFlags value); } |