Creates a new XllFunctionAttribute object.

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

Syntax

C#
public XllFunctionAttribute(
	XlFunctionFlags flags
)
Visual Basic (Declaration)
Public Sub New ( _
	flags As XlFunctionFlags _
)
Visual C++
public:
XllFunctionAttribute(
	XlFunctionFlags flags
)

Parameters

flags
Type: XllPlus..::.XlFunctionFlags
A set of flags controlling the behavior of the function.

See Also