Creates a new XllArgumentAttribute object.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
public XllArgumentAttribute( string exportedName, XlArgumentFlags flags, string description ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ exportedName As String, _ flags As XlArgumentFlags, _ description As String _ ) |
Visual C++ |
---|
public: XllArgumentAttribute( String^ exportedName, XlArgumentFlags flags, String^ description ) |
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.
- description
- Type: System..::.String
Help text for the argument. This will appear in the Excel Formula Wizard.