Declares a method to be available as a command macro in Excel.

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

Inheritance Hierarchy

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

See Also