Creates a new XllArgumentAttribute 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 XllArgumentAttribute(
	string exportedName,
	XlArgumentFlags flags
)
Visual Basic (Declaration)
Public Sub New ( _
	exportedName As String, _
	flags As XlArgumentFlags _
)
Visual C++
public:
XllArgumentAttribute(
	String^ exportedName, 
	XlArgumentFlags flags
)

Parameters

exportedName
Type: System..::.String
The name of the argument as it will appear in Excel.
flags
Type: XllPlus..::.XlArgumentFlags
A set of flags controlling the behavior and appearance of the argument in Excel.

See Also