The set of flags that control the behavior of the exported add-in function.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

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);
}

See Also