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

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

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