Controls the export of a class' methods and properties as Excel add-in functions.

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    XllPlus..::.XllClassExportAttribute

See Also