Creates a new XllFunctionAttribute 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 XllFunctionAttribute( string exportedName, XlFunctionFlags flags ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ exportedName As String, _ flags As XlFunctionFlags _ ) |
Visual C++ |
---|
public: XllFunctionAttribute( String^ exportedName, XlFunctionFlags flags ) |
Parameters
- exportedName
- Type: System..::.String
The name of the function in Excel.
- flags
- Type: XllPlus..::.XlFunctionFlags
A set of flags controlling the behavior of the function.