Controls the export of a specific method or property as an Excel add-in function.

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 class XllFunctionAttribute : Attribute, 
	IComparable, ICloneable
Visual Basic (Declaration)
Public Class XllFunctionAttribute _
	Inherits Attribute _
	Implements IComparable, ICloneable
Visual C++
public ref class XllFunctionAttribute : public Attribute, 
	IComparable, ICloneable

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    XllPlus..::.XllFunctionAttribute
      XllPlus..::.XllIgnoreAttribute
      XllPlus..::.XllMacroAttribute

See Also