An instance of XllFunctionAttribute which contains all default values.

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 static XllFunctionAttribute Default { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Default As XllFunctionAttribute
Visual C++
public:
static property XllFunctionAttribute^ Default {
	XllFunctionAttribute^ get ();
}

Remarks

Note that this is not equal to an instance created using the parameterless constructor, but instead is equal to an instance created using CreateDefault()()().

See Also