Applies to the current method.
Ignored if the XllAttributes set is not applied
to a method, or if the method has a return value.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
public XllMacroAttribute XllMacro { get; set; } |
Visual Basic (Declaration) |
---|
Public Property XllMacro As XllMacroAttribute |
Visual C++ |
---|
public: property XllMacroAttribute^ XllMacro { XllMacroAttribute^ get (); void set (XllMacroAttribute^ value); } |